QueryFWidgetParent<T extends App<T>> constructor

QueryFWidgetParent<T extends App<T>>(
  1. T app,
  2. FWidget<T> control
)

Implementation

QueryFWidgetParent(super.app, this.control);