markdown and latex preview

This commit is contained in:
randogoth 2025-02-21 18:16:17 +02:00
parent c574f456a0
commit 185a1c62e9
4 changed files with 195 additions and 46 deletions

View file

@ -309,7 +309,7 @@ class _NoteListScreenState extends State<NoteListScreen> {
padding: EdgeInsets.symmetric(horizontal: 15),
child: PopupMenuButton<String>(
icon: Icon(
Icons.trip_origin,
Icons.radio_button_checked,
color: Colors.orange
), // Menu button ()
onSelected: (String value) {