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