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