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