backgroundBuilder property

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

Builds the background. If null, a default dark background is used.

Implementation

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