SelectTheme constructor
const
SelectTheme({
- BoxConstraints? popupConstraints,
- AlignmentGeometry? popoverAlignment,
- AlignmentGeometry? popoverAnchorAlignment,
- BorderRadiusGeometry? borderRadius,
- EdgeInsetsGeometry? padding,
- bool? disableHoverEffect,
- bool? canUnselect,
- bool? autoClosePopover,
Implementation
const SelectTheme({
this.popupConstraints,
this.popoverAlignment,
this.popoverAnchorAlignment,
this.borderRadius,
this.padding,
this.disableHoverEffect,
this.canUnselect,
this.autoClosePopover,
});