Mock data
This commit is contained in:
parent
350e11c310
commit
15bc8ef735
|
|
@ -111,8 +111,6 @@ const dynamic kMockLogin = '''
|
||||||
"enable_product_quantity": true,
|
"enable_product_quantity": true,
|
||||||
"default_quantity": true,
|
"default_quantity": true,
|
||||||
"custom_fields": {
|
"custom_fields": {
|
||||||
"invoice1": "1",
|
|
||||||
"invoice2": "2",
|
|
||||||
"client1": "Multi Text",
|
"client1": "Multi Text",
|
||||||
"client2": "Switch|switch",
|
"client2": "Switch|switch",
|
||||||
"client3": "Dropdown|one,two,three",
|
"client3": "Dropdown|one,two,three",
|
||||||
|
|
|
||||||
|
|
@ -386,10 +386,14 @@ class _DrawerTileState extends State<DrawerTile> {
|
||||||
? createEntityByType(
|
? createEntityByType(
|
||||||
context: context, entityType: widget.entityType)
|
context: context, entityType: widget.entityType)
|
||||||
: null,
|
: null,
|
||||||
|
/*
|
||||||
trailing: _isHovered ||
|
trailing: _isHovered ||
|
||||||
!RendererBinding.instance.mouseTracker.mouseIsConnected
|
!RendererBinding.instance.mouseTracker.mouseIsConnected
|
||||||
? trailingWidget
|
? trailingWidget
|
||||||
: null,
|
: null,
|
||||||
|
|
||||||
|
*/
|
||||||
|
trailing: trailingWidget,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue