fieldBackgroundColorValue property
Default value for fieldBackgroundColor.
Implementation
@override
String get fieldBackgroundColorValue =>
component?.fieldBackgroundColor?.value ?? super.fieldBackgroundColorValue;
Default value for fieldBackgroundColor.
@override
String get fieldBackgroundColorValue =>
component?.fieldBackgroundColor?.value ?? super.fieldBackgroundColorValue;