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