alphaHexadecimal property
Returns the alpha value of the color in hexadecimal format.
Implementation
String get alphaHexadecimal => '#${argb.toRadixString(16).padLeft(8, '0')}';
Returns the alpha value of the color in hexadecimal format.
String get alphaHexadecimal => '#${argb.toRadixString(16).padLeft(8, '0')}';