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