SingleControlWidget<T extends ControlModel?> constructor

SingleControlWidget<T extends ControlModel?>({
  1. Key? key,
  2. dynamic args,
})

If given args contains ControlModel of requested Type, it will be used as control, otherwise Control.get will provide requested ControlModel.

Implementation

SingleControlWidget({super.key, super.args});