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