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