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