popOverBuilder property
final
A WidgetBuilder that builds the content of the popover.
This will be wrapped in a popover of Zds style.
Usually a function that returns a Text.
Implementation
final WidgetBuilder popOverBuilder;
A WidgetBuilder that builds the content of the popover.
This will be wrapped in a popover of Zds style.
Usually a function that returns a Text.
final WidgetBuilder popOverBuilder;