mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-02-05 13:43:18 +00:00
Yet more linting
This commit is contained in:
parent
ad0cc36540
commit
77bac9af36
29 changed files with 251 additions and 253 deletions
|
|
@ -35,6 +35,8 @@ class StockDetailWidget extends StatefulWidget {
|
|||
|
||||
class _StockItemDisplayState extends RefreshableState<StockDetailWidget> {
|
||||
|
||||
_StockItemDisplayState(this.item);
|
||||
|
||||
@override
|
||||
String getAppBarTitle(BuildContext context) => L10().stockItem;
|
||||
|
||||
|
|
@ -46,8 +48,6 @@ class _StockItemDisplayState extends RefreshableState<StockDetailWidget> {
|
|||
final _countStockKey = GlobalKey<FormState>();
|
||||
final _moveStockKey = GlobalKey<FormState>();
|
||||
|
||||
_StockItemDisplayState(this.item);
|
||||
|
||||
@override
|
||||
List<Widget> getAppBarActions(BuildContext context) {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue