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