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