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