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