menu
nice2dev_flutter_ui package
documentation
admin/nice_settings.dart
NiceLocaleOption
NiceLocaleOption.new const constructor
NiceLocaleOption.new const constructor
dark_mode
light_mode
NiceLocaleOption
constructor
const
NiceLocaleOption
(
{
required
String
code
,
required
String
name
,
String
?
nativeName
,
String
?
flag
,
})
Implementation
const NiceLocaleOption({ required this.code, required this.name, this.nativeName, this.flag, });
nice2dev_flutter_ui package
documentation
admin/nice_settings
NiceLocaleOption
NiceLocaleOption.new const constructor
NiceLocaleOption class