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