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