backgroundBuilder property

Widget Function(BuildContext context, double progress)? backgroundBuilder
final

Optional custom background builder (receives combined progress).

Implementation

final Widget Function(BuildContext context, double progress)?
backgroundBuilder;