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