hex property

String get hex

Implementation

String get hex => "#${value.toRadixString(16).padLeft(8, '0').substring(2)}";