Browse Source

fix layout

master
daivph 5 years ago
parent
commit
b9cf7ace44
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      lib/presentation/screens/login/view/widget_top_welcome.dart
  2. +1
    -1
      lib/presentation/screens/slide_menu/home_drawer.dart

+ 1
- 1
lib/presentation/screens/login/view/widget_top_welcome.dart View File

SizedBox( SizedBox(
width: 172, width: 172,
child: FlutterLogo( child: FlutterLogo(
size: 170,
size: 140,
colors: Colors.green, colors: Colors.green,
), ),
), ),

+ 1
- 1
lib/presentation/screens/slide_menu/home_drawer.dart View File

DrawerList( DrawerList(
index: DrawerIndex.ScanBarcode, index: DrawerIndex.ScanBarcode,
labelName: "Quét mã QR", labelName: "Quét mã QR",
icon: Icon(Icons.scanner)),
icon: Icon(Icons.camera)),
DrawerList( DrawerList(
index: DrawerIndex.Home, index: DrawerIndex.Home,
labelName: 'Danh sách lô', labelName: 'Danh sách lô',

Loading…
Cancel
Save