LineIcon.mapMarker constructor
const
LineIcon.mapMarker({
- Key? key,
- double? size,
- Color? color,
- String? semanticLabel,
- TextDirection? textDirection,
Constructor for map_marker icon Name map_marker turns into flutterish mapMarker
Implementation
const LineIcon.mapMarker({
Key? key,
double? size,
Color? color,
String? semanticLabel,
TextDirection? textDirection,
}) : super(
LineIcons.mapMarker,
key: key,
size: size,
color: color,
semanticLabel: semanticLabel,
textDirection: textDirection,
);