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