menu
intl_mobile_field package
documentation
flag_image.dart
FlagImage
FlagImage.new const constructor
FlagImage.new const constructor
dark_mode
light_mode
FlagImage
constructor
const
FlagImage
(
{
Key
?
key
,
required
String
countryCode
,
double
width
=
32
,
double
height
=
24
,
})
Implementation
const FlagImage({ super.key, required this.countryCode, this.width = 32, this.height = 24, });
intl_mobile_field package
documentation
flag_image
FlagImage
FlagImage.new const constructor
FlagImage class