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