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