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