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