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