AppBarStyle constructor
AppBarStyle({
- bool enabledBottomLine = false,
- bool enabledProfile = true,
- String backgroundColor = '#ff292a2c',
- String backgroundColorDarkTheme = '#ff1f1f1f',
- String cardColor = '#ffffffff',
- String cardColorDarkTheme = '#ff292a2c',
- double height = 55,
- String iconColor = '#ffaeaeae',
- String iconColorDarkTheme = '#ffaeaeae',
- String labelColor = '#ff000000',
- String labelColorDarkTheme = '#ffffffff',
- String logoUrl = '',
- String type = 'defaultDesign',
Implementation
AppBarStyle({
this.enabledBottomLine = false,
this.enabledProfile = true,
this.backgroundColor = '#ff292a2c',
this.backgroundColorDarkTheme = '#ff1f1f1f',
this.cardColor = '#ffffffff',
this.cardColorDarkTheme = '#ff292a2c',
this.height = 55,
this.iconColor = '#ffaeaeae',
this.iconColorDarkTheme = '#ffaeaeae',
this.labelColor = '#ff000000',
this.labelColorDarkTheme = '#ffffffff',
this.logoUrl = '',
this.type = 'defaultDesign',
});