Apply dart fixes

This commit is contained in:
zontreck 2024-07-27 18:10:04 -07:00
parent 7a5502fbf9
commit 7accdcf246
5 changed files with 10 additions and 8 deletions

View file

@ -248,7 +248,7 @@ class EditorState extends State<Editor> {
didChangeState();
},
child: Icon(Icons.delete_forever))
child: const Icon(Icons.delete_forever))
],
),
);