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