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