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