yellowValue property

  1. @override
String get yellowValue

Yellow accent color (dark: #fbbf24).

Implementation

@override
String get yellowValue => colorSeed?.yellow?.value ?? super.yellowValue;