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