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