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