color property

Color get color

Returns this Colour as a standard Flutter Color.

Implementation

Color get color => Color.fromARGB(alpha, red, green, blue);