hexadecimal property
Returns the hexadecimal representation of the color.
Implementation
String get hexadecimal => '#${argb.toRadixString(16).removeFirst(2).padLeft(6, '0')}';
Returns the hexadecimal representation of the color.
String get hexadecimal => '#${argb.toRadixString(16).removeFirst(2).padLeft(6, '0')}';