menu
iconoir_flutter package
documentation
text_alt.dart
TextAlt
TextAlt.new const constructor
TextAlt.new const constructor
dark_mode
light_mode
TextAlt
constructor
const
TextAlt
(
{
Key
?
key
,
Color
?
color
,
double
?
width
,
double
?
height
,
})
Implementation
const TextAlt({Key? key, this.color, this.width, this.height}) : super(key: key);
iconoir_flutter package
documentation
text_alt
TextAlt
TextAlt.new const constructor
TextAlt class