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