MultiCallControlsWidget constructor
const
MultiCallControlsWidget({
- Key? key,
- ValueChanged<
double> ? onHeightChanged,
Implementation
const MultiCallControlsWidget({
super.key,
this.onHeightChanged,
});