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