ControlWidget constructor

ControlWidget({
  1. Key? key,
  2. dynamic args,
})

Focused to handle Pages or complex Widgets. args - Arguments passed to this Widget and also to ControlModels. Check SingleControlWidget and MountedControlWidget to automatically handle input Controls.

Implementation

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