hexRGB property

String get hexRGB

Implementation

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