mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 11:36:24 +00:00
Add FloatingActionButton to PartDetail page
This commit is contained in:
parent
359b5d9b4a
commit
0cc2efe218
1 changed files with 5 additions and 0 deletions
|
|
@ -160,6 +160,11 @@ class _PartDisplayState extends State<PartDetailWidget> {
|
|||
title: Text("Part Details"),
|
||||
),
|
||||
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: partTiles(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue