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