CallControlsBuilder typedef
- @Deprecated('Use CallWidgetBuilder instead.')
Builder used to create a custom call controls widget.
Replaced by the simplified CallWidgetBuilder.
Implementation
@Deprecated('Use CallWidgetBuilder instead.')
typedef CallControlsBuilder =
Widget Function(
BuildContext context,
Call call,
CallState callState,
);