rgb property
String
get
rgb
Comma-separated RGB string (e.g. '255,0,0').
Implementation
String get rgb => '$red,$green,$blue';
Comma-separated RGB string (e.g. '255,0,0').
String get rgb => '$red,$green,$blue';