bottomNavbarBgColorValue property

  1. @override
String get bottomNavbarBgColorValue

Bottom navbar background color (dark: #1e293b).

Implementation

@override
String get bottomNavbarBgColorValue =>
    component?.bottomNavbarBackgroundColor?.value ??
    super.bottomNavbarBgColorValue;