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