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