bottomNavbarBgColorValue property
String
get
bottomNavbarBgColorValue
Bottom navbar background color (dark: #1e293b).
Implementation
@override
String get bottomNavbarBgColorValue =>
component?.bottomNavbarBackgroundColor?.value ??
super.bottomNavbarBgColorValue;