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