backgroundBuilder property
Builds the background. If null, a default dark background is used.
Implementation
final Widget Function(
BuildContext context,
double verticalProgress,
int index,
)? backgroundBuilder;
Builds the background. If null, a default dark background is used.
final Widget Function(
BuildContext context,
double verticalProgress,
int index,
)? backgroundBuilder;