backgroundBuilder property
Builds the background content. Receives vertical progress and current index.
Implementation
final Widget Function(BuildContext context, double verticalProgress, int index)
backgroundBuilder;
Builds the background content. Receives vertical progress and current index.
final Widget Function(BuildContext context, double verticalProgress, int index)
backgroundBuilder;