color property

Color? color

Implementation

Color? get color =>
    isNotNullOrEmpty ? Color(int.parse(this!.replaceAll('#', '0xff'))) : null;