backgroundColorValue property

  1. @override
String get backgroundColorValue

Root background color (dark: #0f172a).

Implementation

@override
String get backgroundColorValue =>
    colorSeed?.backgroundColor?.value ?? super.backgroundColorValue;