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