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