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