Added color picker
This commit is contained in:
parent
22aca9618e
commit
dcd05b53b4
5 changed files with 42 additions and 5 deletions
|
|
@ -25,6 +25,7 @@ class WoolScreen extends StatelessWidget {
|
|||
floatingActionButton: FloatingActionButton(
|
||||
onPressed: () {
|
||||
showModalBottomSheet(
|
||||
isScrollControlled: true,
|
||||
showDragHandle: true,
|
||||
context: context,
|
||||
builder: (context) {
|
||||
|
|
|
|||
Reference in a new issue