fieldBackgroundColorValue property

  1. @override
String get fieldBackgroundColorValue

Default value for fieldBackgroundColor.

Implementation

@override
String get fieldBackgroundColorValue =>
    component?.fieldBackgroundColor?.value ?? super.fieldBackgroundColorValue;