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