value property
final
The color value used for the color named name, if supported.
If isSupported is false, the value is null. If isSupported is true, the value is not null.
Implementation
final Color? value;
The color value used for the color named name, if supported.
If isSupported is false, the value is null. If isSupported is true, the value is not null.
final Color? value;