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