CountryCodeWidget constructor
CountryCodeWidget({})
Implementation
CountryCodeWidget({
Key? key,
this.height = 0,
this.width = 0,
this.borderRadius = 0,
this.color = Colors.transparent,
this.borderColor = Colors.transparent,
this.borderStyle = BorderStyle.solid,
this.borderWidth = 0,
this.textStyle = const TextStyle(
fontSize: 18,
),
}) : super(key: key);