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