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