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