Delte button + create wool from modal
This commit is contained in:
parent
aa25288c3e
commit
732042255a
8 changed files with 52 additions and 29 deletions
|
|
@ -22,6 +22,8 @@ class AccentColorExample extends StatelessWidget {
|
|||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return Placeholder();
|
||||
return FilledButton(
|
||||
child: Text("Delete all"),
|
||||
onPressed: () => {deleteEverything(context)});
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue