ChildBuilder typedef
ChildBuilder =
Widget Function(BuildContext context, double value)
Function type to build child widgets dynamically based on the swipe value.
Implementation
typedef ChildBuilder = Widget Function(BuildContext context, double value);