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