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