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