hexRGB property

String hexRGB

001232ac

Implementation

String get hexRGB =>
    value.toRadixString(16).padLeft(8, '0').replaceRange(0, 2, '');