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