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