add button
This commit is contained in:
parent
fbaa51f634
commit
6c5c592471
@ -45,6 +45,11 @@ class _MyHomePageState extends State<MyHomePage> {
|
|||||||
create: (context) => MountList(),
|
create: (context) => MountList(),
|
||||||
child: MountListWidget(),
|
child: MountListWidget(),
|
||||||
),
|
),
|
||||||
|
floatingActionButton: FloatingActionButton(
|
||||||
|
onPressed: () {},
|
||||||
|
tooltip: 'Add',
|
||||||
|
child: const Icon(Icons.add),
|
||||||
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user