TelPhoneView constructor
TelPhoneView({
- Key? key,
- required String phone,
- EdgeInsets? margin,
- EdgeInsets? padding,
- BoxDecoration? boxDecoration,
- TextStyle? textStyle,
Implementation
TelPhoneView(
{super.key,
required this.phone,
this.margin,
this.padding,
this.boxDecoration,
this.textStyle});