getPlatformColor method
Implementation
Future<Color?> getPlatformColor(Color? defaultColor, bool? darkMode, String? title) {
return IosColorPickerPlatform.instance
.getPlatformColor(defaultColor?.toMap(), darkMode, title);
}
Future<Color?> getPlatformColor(Color? defaultColor, bool? darkMode, String? title) {
return IosColorPickerPlatform.instance
.getPlatformColor(defaultColor?.toMap(), darkMode, title);
}