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