toColor method

Color? toColor()

Implementation

Color? toColor() => isNullOrEmpty ? null : Color(hexToInteger('FF$value'));