ColorPickerSettingsTile constructor
Implementation
ColorPickerSettingsTile({
@required this.title,
@required this.settingKey,
this.defaultValue,
this.enabled = true,
this.onChange,
this.defaultStringValue = '#ff000000',
this.subtitle = '',
});