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