hexColor property
Gets the hex color string representation.
Implementation
String get hexColor {
return '#${toARGB32().toRadixString(16).padLeft(8, '0')}';
}
Gets the hex color string representation.
String get hexColor {
return '#${toARGB32().toRadixString(16).padLeft(8, '0')}';
}