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