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