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