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