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