VerticalTriggerWidgetBuilder typedef Interaction

VerticalTriggerWidgetBuilder = Widget Function(BuildContext context, double pageWidth)

The trigger widget builder, should be constrained in height.

The viewPortHeight is the height of the page.

Implementation

typedef VerticalTriggerWidgetBuilder = Widget Function(BuildContext context, double viewPortHeight);