branding changes
This commit is contained in:
@@ -45,12 +45,9 @@ class _ScaffoldWithNavBarState extends State<ScaffoldWithNavBar> {
|
||||
children: [
|
||||
NavigationRail(
|
||||
extended: true,
|
||||
leading: Padding(
|
||||
padding: const EdgeInsets.only(bottom: 10),
|
||||
child: Image(
|
||||
image: AssetImage('assets/velocity.png'),
|
||||
width: 150
|
||||
),
|
||||
leading: Image(
|
||||
image: AssetImage('assets/velocity.png'),
|
||||
width: 150
|
||||
),
|
||||
trailing: _buildLogin(context),
|
||||
labelType: NavigationRailLabelType.none,
|
||||
|
||||
Reference in New Issue
Block a user