SmartSearchOverlayConfig constructor
const
SmartSearchOverlayConfig({
- OverlayPosition position = OverlayPosition.auto,
- double maxHeight = 300.0,
- double? maxWidth,
- double offset = 4.0,
- double borderRadius = 8.0,
- double elevation = 8.0,
- Color? barrierColor,
- bool barrierDismissible = true,
- Duration animationDuration = const Duration(milliseconds: 200),
- BoxConstraints? constraints,
Implementation
const SmartSearchOverlayConfig({
this.position = OverlayPosition.auto,
this.maxHeight = 300.0,
this.maxWidth,
this.offset = 4.0,
this.borderRadius = 8.0,
this.elevation = 8.0,
this.barrierColor,
this.barrierDismissible = true,
this.animationDuration = const Duration(milliseconds: 200),
this.constraints,
});