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