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