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