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