NoteEditor: Convert addIcon to attach icon

It's more accurate.
This commit is contained in:
Vishesh Handa
2020-05-12 23:01:25 +02:00
parent 59ab66844f
commit 86264a15fe

View File

@ -132,7 +132,7 @@ class EditorBottomBar extends StatelessWidget {
}
var addIcon = IconButton(
icon: Icon(Icons.add),
icon: Icon(Icons.attach_file),
onPressed: () {
showModalBottomSheet(
context: context,