add barcode quick add
This commit is contained in:
parent
fcecb5aad5
commit
0e2ccb9e54
8 changed files with 58 additions and 23 deletions
|
@ -82,7 +82,7 @@ class _ActiveFlowPageState extends State<ActiveFlowPage> {
|
|||
],
|
||||
),
|
||||
body: Padding(
|
||||
padding: EdgeInsets.symmetric(horizontal: 18.0),
|
||||
padding: const EdgeInsets.symmetric(horizontal: 18.0),
|
||||
child: Column(
|
||||
children: [
|
||||
Row(
|
||||
|
|
|
@ -94,7 +94,7 @@ class _CreateFlowPageState extends State<CreateFlowPage> {
|
|||
child: Text(API.API().getFlowInfo(widget.previousFlow!.kind).name),
|
||||
),
|
||||
),
|
||||
Card(child: Icon(Icons.arrow_right)),
|
||||
const Card(child: Icon(Icons.arrow_right)),
|
||||
Card(
|
||||
child: Padding(
|
||||
padding: const EdgeInsets.all(8.0),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue