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