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