censor_it_widget_base library
Classes
- CensorItOverlayBuilder
- Creates a widget that applies visual overlays over profanity.
- CensorItTextBuilder
- Creates a widget that replaces profanity with custom text.
- CensorItWidget
- A sealed widget for censoring profanity in text.
- CensorItWidgetBuilder
- Creates a widget that replaces profanity with custom widgets.
Typedefs
- CensorOverlayBuilder = Widget Function(BuildContext context, String word, bool isRevealed)
- A function that generates overlay widgets for profane words.
- CensorTextBuilder = String Function(BuildContext context, String word)
- A function that generates replacement text for profane words.
- CensorWidgetBuilder = Widget Function(BuildContext context, String word)
- A function that generates replacement widgets for profane words.