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