ControlWidget constructor

const ControlWidget({
  1. Key? key,
  2. Map initArgs = const {},
})

Implementation

const ControlWidget({
  super.key,
  super.initArgs,
});