Component

OtpInput

Flutter implementation of the OtpInput component.

Usage

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

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