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