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