toColorMaybeNull property

Color? toColorMaybeNull

Returns toColorShortMaybeNull with enableShortRGB set to true.

Available for backwards compatibility with previous API.

Implementation

Color? get toColorMaybeNull => toColorShortMaybeNull(true);