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