DropDownDecoratorProps constructor

const DropDownDecoratorProps({
  1. InputDecoration? dropdownSearchDecoration,
  2. TextStyle? baseStyle,
  3. TextAlign? textAlign,
  4. TextAlignVertical? textAlignVertical,
})

Implementation

const DropDownDecoratorProps({
  this.dropdownSearchDecoration,
  this.baseStyle,
  this.textAlign,
  this.textAlignVertical,
});