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