menu
tfn_design_system package
documentation
components/inputs/cellphone.dart
Country
Country.new const constructor
Country.new const constructor
dark_mode
light_mode
Country
constructor
const
Country
(
{
required
String
name
,
required
String
code
,
required
String
flagEmoji
,
})
Implementation
const Country({ required this.name, required this.code, required this.flagEmoji, });
tfn_design_system package
documentation
components/inputs/cellphone
Country
Country.new const constructor
Country class