builder property
Builder that receives the selected value and old value.
Implementation
final Widget Function(BuildContext context, S value, S? oldValue) builder;
Builder that receives the selected value and old value.
final Widget Function(BuildContext context, S value, S? oldValue) builder;