hex property

String hex

The hex value calculated from red, blue, green.

Implementation

String get hex => '0xff${_value.toRadixString(16).padLeft(6, '0')}';