BindElement<T> constructor
BindElement<T> (
- Binder<
T> widget
Creates a BindElement associated with the given Binder.
Implementation
BindElement(Binder<T> super.widget) {
initState();
}