MultiCallControlsWidget constructor

const MultiCallControlsWidget({
  1. Key? key,
  2. ValueChanged<double>? onHeightChanged,
})

Implementation

const MultiCallControlsWidget({
  super.key,
  this.onHeightChanged,
});