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