backgroundBuilder property

Widget Function(BuildContext context, double verticalProgress, int index) backgroundBuilder
final

Builds the background content. Receives vertical progress and current index.

Implementation

final Widget Function(BuildContext context, double verticalProgress, int index)
    backgroundBuilder;