backgroundColorValue property

  1. @override
String get backgroundColorValue

Default value for backgroundColor.

Implementation

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