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