asHex property

String get asHex

Implementation

String get asHex => '#${use.toARGB32().toRadixString(16).toUpperCase()}';