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