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