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