Dashboard screen changes

master
Sneha 2 weeks ago
parent ca0ab56865
commit 5445aa5264

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

@ -348,7 +348,8 @@ class _DashboardScreenState extends State<DashboardScreen> {
backgroundColor: Colors.white, backgroundColor: Colors.white,
elevation: 0, elevation: 0,
scrolledUnderElevation: 0, scrolledUnderElevation: 0,
title: Text(_currentIndex==2?'Aquinto':_currentIndex==0?'History':_currentIndex==1?'Usage':_currentIndex==3?'Water Levels':'Resources',style: fontTextStyle(14,Color(0XFF2A2A2A),FontWeight.w500),), titleSpacing: 0,
title: Text('Aquick Supplier',style: fontTextStyle(16,Color(0XFF515253),FontWeight.w600),),
iconTheme: IconThemeData(color: Color(0XFF2A2A2A)), iconTheme: IconThemeData(color: Color(0XFF2A2A2A)),
actions: [ actions: [
Row( Row(
@ -379,13 +380,16 @@ class _DashboardScreenState extends State<DashboardScreen> {
) )
], ],
leading: IconButton( leading: IconButton(
icon: Icon(Icons.menu), icon: Image(
image: AssetImage('images/profile_appbar.png'),
height: 20,
width: 20,
),
onPressed: (){ onPressed: (){
_scaffoldKey.currentState?.openDrawer(); _scaffoldKey.currentState?.openDrawer();
}, },
), ),
), ),
drawer: Drawer( drawer: Drawer(
width: MediaQuery.of(context).size.width, width: MediaQuery.of(context).size.width,
backgroundColor: Colors.white, backgroundColor: Colors.white,

Loading…
Cancel
Save