warningColorValue property

  1. @override
String get warningColorValue

Warning state color (dark: #fbbf24).

Implementation

@override
String get warningColorValue =>
    colorSeed?.warningColor?.value ?? super.warningColorValue;