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