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