Component

VoicePill

Flutter implementation of the VoicePill component.

Usage

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

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