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