widgets/two_way_binding_builder library
Classes
- 
  TwoWayBindingBuilder<T> 
- Widget that builds itself based on the latest data of a TwoWayBinding.
Typedefs
- 
    TwoWayBindingDataBuilder<T> = Widget Function(BuildContext context, TextEditingController controller, T? data, dynamic onChange(T?), Localized? error) 
- 
    Typedef of TwoWayBindingBuilder.
The dataanderrorcan be null. The other parameters are not-null.