mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 11:36:24 +00:00
Add floating-action button to StockDetail view
This commit is contained in:
parent
47208155ae
commit
359b5d9b4a
3 changed files with 11 additions and 10 deletions
|
|
@ -159,6 +159,11 @@ class _StockItemDisplayState extends State<StockDetailWidget> {
|
|||
title: Text("Stock Item"),
|
||||
),
|
||||
drawer: new InvenTreeDrawer(context),
|
||||
floatingActionButton: FloatingActionButton(
|
||||
child: FaIcon(FontAwesomeIcons.ellipsisH),
|
||||
// TODO: Add pop-up icons
|
||||
// REF: https://stackoverflow.com/questions/46480221/flutter-floating-action-button-with-speed-dial#46480722
|
||||
),
|
||||
body: Center(
|
||||
child: ListView(
|
||||
children: stockTiles(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue