CountryListThemeData constructor

const CountryListThemeData({
  1. Color? backgroundColor,
  2. TextStyle? textStyle,
  3. TextStyle? searchTextStyle,
  4. double? flagSize,
  5. InputDecoration? inputDecoration,
  6. BorderRadius? borderRadius,
  7. double? bottomSheetHeight,
  8. double? bottomSheetWidth,
  9. EdgeInsets? padding,
  10. EdgeInsets? margin,
  11. List<String>? emojiFontFamilyFallback,
})

Implementation

const CountryListThemeData({
  this.backgroundColor,
  this.textStyle,
  this.searchTextStyle,
  this.flagSize,
  this.inputDecoration,
  this.borderRadius,
  this.bottomSheetHeight,
  this.bottomSheetWidth,
  this.padding,
  this.margin,
  this.emojiFontFamilyFallback,
});