String? toColorString(Color? color) { if (Platform.isIOS) { return toRgbaString(color); } return toArgbString(color); }