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