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