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