columnOverlayBuilder property
Contains a builder function returning a Widget that will be displayed overlaying the target column.
Can be changed at any time (except SchedulerPhase.persistentCallbacks).
Implementation
final ValueNotifier<ColumnOverlayBuilder?> columnOverlayBuilder;