tableOverlayBuilder property

ValueNotifier<TableOverlayBuilder?> tableOverlayBuilder
final

Contains a builder function returning a Widget that will be displayed overlaying the target table. Positioned widget can be returned to position the overlay.

Can be changed at any time (except SchedulerPhase.persistentCallbacks).

Implementation

final ValueNotifier<TableOverlayBuilder?> tableOverlayBuilder;