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