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