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