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