Component

LiveTranscript

Flutter implementation of the LiveTranscript component.

Usage

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

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