TolyPopoverChildBuilder typedef

TolyPopoverChildBuilder = Widget Function(BuildContext context, PopoverController controller, Widget? child)

Implementation

typedef TolyPopoverChildBuilder = Widget Function(
  BuildContext context,
  PopoverController controller,
  Widget? child,
);