toColor method

Color toColor()

Implementation

Color toColor() => Color(int.parse('FF${(this ?? '').replaceAll('#', '')}', radix: 16));