2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-13 02:35:27 +00:00

Add "QuantityField"

Juicy juicy refactoring
This commit is contained in:
Oliver Walters
2020-04-18 22:07:02 +10:00
parent 51a877e8d7
commit a7d11faec8
8 changed files with 102 additions and 67 deletions

View File

@ -129,8 +129,8 @@ class _LocationDisplayState extends RefreshableState<LocationDisplayWidget> {
return ListView(
children: <Widget> [
locationDescriptionCard(),
ExpansionPanelList(
locationDescriptionCard(),
ExpansionPanelList(
expansionCallback: (int index, bool isExpanded) {
setState(() {
switch (index) {