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