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