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