ControlsProps constructor

const ControlsProps({
  1. required ControlSize size,
  2. required bool disabled,
})

Implementation

const ControlsProps({
  required this.size,
  required this.disabled
});