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