argb property

String get argb

Comma-separated ARGB string (e.g. '255,255,0,0').

Implementation

String get argb => '$alpha,$red,$green,$blue';