isSupported property
Returns true if the current platform provides the system color with the given name.
See also:
- platformProvidesSystemColors, which returns whether the current platform provides system colors.
Implementation
bool get isSupported => value != null;