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