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