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