Component

CallControls

Flutter implementation of the CallControls component.

Usage

dart
import 'package:refraction_ui/refraction_ui.dart';

class MyCallControlsExample extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return CallControls(
      // Add props here
    );
  }
}