menu
iconoir_flutter package
documentation
regular/language.dart
Language
Language const constructor
Language const constructor
dark_mode
light_mode
Language
constructor
const
Language
(
{
Key
?
key
,
Color
?
color
,
double
?
width
,
double
?
height
,
})
Implementation
const Language({widgets.Key? key, this.color, this.width, this.height}) : super(key: key);
iconoir_flutter package
documentation
regular/language
Language
Language const constructor
Language class