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