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