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