appbarBgColorValue property

  1. @override
String get appbarBgColorValue

Appbar background color (dark: #1e293b).

Implementation

@override
String get appbarBgColorValue =>
    component?.appbarBackgroundColor?.value ?? super.appbarBgColorValue;