WidgetAppFlag.countryCode constructor

const WidgetAppFlag.countryCode({
  1. Key? key,
  2. required String? countryCode,
  3. double height = 24,
  4. Widget errorBuilder(
    1. String? value
    )?,
  5. double radius = 0,
  6. double? width,
})

Implementation

const WidgetAppFlag.countryCode({
  super.key,
  required this.countryCode,
  this.height = 24,
  this.errorBuilder,
  this.radius = 0,
  this.width,
}) : languageCode = null;