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