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