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