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