ControlsProps constructor
const
ControlsProps({
- required ControlSize size,
- required bool disabled,
Implementation
const ControlsProps({
required this.size,
required this.disabled
});