2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-04-28 05:26:47 +00:00

Add FloatingActionButton to PartDetail page

This commit is contained in:
Oliver Walters 2020-04-07 11:13:51 +10:00
parent 359b5d9b4a
commit 0cc2efe218

View File

@ -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(),