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