backgroundColorValue property
Default value for backgroundColor.
Implementation
@override
String get backgroundColorValue =>
colorSeed?.backgroundColor?.value ?? super.backgroundColorValue;
Default value for backgroundColor.
@override
String get backgroundColorValue =>
colorSeed?.backgroundColor?.value ?? super.backgroundColorValue;