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