CurrencyPickerThemeData constructor

CurrencyPickerThemeData({
  1. ShapeBorder? shape,
  2. double? flagSize,
  3. TextStyle? titleTextStyle,
  4. InputDecoration? inputDecoration,
  5. TextStyle? subtitleTextStyle,
  6. TextStyle? currencySignTextStyle,
  7. Color? backgroundColor,
  8. double? bottomSheetHeight,
})

Implementation

CurrencyPickerThemeData({
  this.shape,
  this.flagSize,
  this.titleTextStyle,
  this.inputDecoration,
  this.subtitleTextStyle,
  this.currencySignTextStyle,
  this.backgroundColor,
  this.bottomSheetHeight,
});