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