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