CountryFlagWidget constructor
CountryFlagWidget({
- Key? key,
- double height = 0,
- double width = 0,
- EdgeInsetsGeometry padding = EdgeInsets.zero,
- double borderRadius = 0,
- Color color = Colors.transparent,
- Color borderColor = Colors.black,
- BorderStyle borderStyle = BorderStyle.solid,
- double borderWidth = 0,
Implementation
CountryFlagWidget({
Key? key,
this.height = 0,
this.width = 0,
this.padding = EdgeInsets.zero,
this.borderRadius = 0,
this.color = Colors.transparent,
this.borderColor = Colors.black,
this.borderStyle = BorderStyle.solid,
this.borderWidth = 0,
}) : super(key: key);