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