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