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