popupBuilder property
Contains a builder function returning a PreferredSizeWidget that will be displayed close to the target cell. The popup will shrink in size if its preferred size is larger than the available space. Infinite preferred size will result in popup filling as much space as possible.
Can be changed at any time (except SchedulerPhase.persistentCallbacks).
Implementation
final ValueNotifier<PopupBuilder?> popupBuilder;