alphaHexadecimal property

String get alphaHexadecimal

Returns the alpha value of the color in hexadecimal format.

Implementation

String get alphaHexadecimal => '#${argb.toRadixString(16).padLeft(8, '0')}';