asHexString property

String asHexString

Convert color to hex string

Implementation

String get asHexString => '#${value.toRadixString(16).toUpperCase()}';