This color in RGBA format.
RGBA
@override int get rgbaInt => ((r & 0xff) << 24) | ((g & 0xff) << 16) | ((b & 0xff) << 8) | (a & 0xff);