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