rename to loris
This commit is contained in:
parent
05eef7f783
commit
30de8189bc
8 changed files with 104 additions and 19 deletions
|
@ -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),
|
||||
),
|
||||
],
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue