backgroundBuilder property
Optional custom background builder (receives combined progress).
Implementation
final Widget Function(BuildContext context, double progress)?
backgroundBuilder;
Optional custom background builder (receives combined progress).
final Widget Function(BuildContext context, double progress)?
backgroundBuilder;