SelectTheme constructor

const SelectTheme({
  1. BoxConstraints? popupConstraints,
  2. AlignmentGeometry? popoverAlignment,
  3. AlignmentGeometry? popoverAnchorAlignment,
  4. BorderRadiusGeometry? borderRadius,
  5. EdgeInsetsGeometry? padding,
  6. bool? disableHoverEffect,
  7. bool? canUnselect,
  8. bool? autoClosePopover,
})

Implementation

const SelectTheme({
  this.popupConstraints,
  this.popoverAlignment,
  this.popoverAnchorAlignment,
  this.borderRadius,
  this.padding,
  this.disableHoverEffect,
  this.canUnselect,
  this.autoClosePopover,
});