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