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