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