OverlayOptions<T> constructor
OverlayOptions<T> ({
- bool closeOnItemSelected = true,
- bool canCreateItem = false,
- Offset? offset,
- CreateOptions<
T> ? createOptions,
Implementation
OverlayOptions({
this.closeOnItemSelected = true,
this.canCreateItem = false,
this.offset,
this.createOptions,
}) : assert(!canCreateItem || (canCreateItem && createOptions != null));