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