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