Journal Editor: Change FAB icon to Check

I think it looks nicer, and adds some variety in comparison to the +
icon, which was also in the previous screen.
This commit is contained in:
Vishesh Handa
2019-01-12 12:27:28 +01:00
parent 9867d607db
commit ca1eac6f23

View File

@ -76,7 +76,7 @@ class NoteEditorState extends State<NoteEditor> {
),
body: bodyWidget,
floatingActionButton: FloatingActionButton(
child: Icon(Icons.add),
child: Icon(Icons.check),
onPressed: () {
var noteContent = noteTextKey.currentState.value;
var note = new Note(