BindElement<T> constructor

BindElement<T>(
  1. Binder<T> widget
)

Creates a BindElement associated with the given Binder.

Implementation

BindElement(Binder<T> super.widget) {
  initState();
}