Component
FeedbackDialog
Flutter implementation of the FeedbackDialog component.
Usage
dart
import 'package:refraction_ui/refraction_ui.dart';
class MyFeedbackDialogExample extends StatelessWidget {
@override
Widget build(BuildContext context) {
return FeedbackDialog(
// Add props here
);
}
}