fix floating color
This commit is contained in:
parent
00a6470378
commit
6201966360
1 changed files with 0 additions and 1 deletions
|
@ -142,7 +142,6 @@ class _MainPageState extends State<MainPage> {
|
||||||
),
|
),
|
||||||
floatingActionButton: FloatingActionButton(
|
floatingActionButton: FloatingActionButton(
|
||||||
onPressed: _pickFile,
|
onPressed: _pickFile,
|
||||||
backgroundColor: Colors.blue,
|
|
||||||
child: const Icon(Icons.add),
|
child: const Icon(Icons.add),
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue