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