QueryFWidget<T extends App<T>> constructor

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

Implementation

QueryFWidget(super.app, this.control);