bottomNavbarBgColorValue property

  1. @override
String get bottomNavbarBgColorValue

Default value for bottomNavbarBgColor

Implementation

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