fieldBackgroundColorValue property

  1. @override
String get fieldBackgroundColorValue

Form field background color (dark: #1e293b).

Implementation

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