rename to loris

This commit is contained in:
zoe 2022-07-04 19:37:53 +02:00
parent 05eef7f783
commit 30de8189bc
8 changed files with 104 additions and 19 deletions

View file

@ -34,11 +34,7 @@ class MakePostActionBar extends StatelessWidget {
onPressed: () {
Navigator.of(context).pop();
},
icon: Icon(Icons.cancel),
),
IconButton(
onPressed: null,
icon: Icon(Icons.save),
icon: const Icon(Icons.cancel),
),
],
);