GBindElement<T> constructor

GBindElement<T>(
  1. GBinder<T> widget
)

Implementation

GBindElement(GBinder<T> super.widget) {
  initState();
}