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