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