AutoCompleteTheme constructor
const
AutoCompleteTheme({
- BoxConstraints? popoverConstraints,
- PopoverConstraint? popoverWidthConstraint,
- AlignmentDirectional? popoverAnchorAlignment,
- AlignmentDirectional? popoverAlignment,
- AutoCompleteMode? mode,
Creates an AutoCompleteTheme.
All parameters are optional and will use framework defaults when null.
Implementation
const AutoCompleteTheme({
this.popoverConstraints,
this.popoverWidthConstraint,
this.popoverAnchorAlignment,
this.popoverAlignment,
this.mode,
});