menu
flutter_censor_it package
documentation
censor_it_widget_base.dart
CensorItOverlayBuilder
onTap property
onTap property
dark_mode
light_mode
onTap
property
bool
Function
(
bool
isRevealed
)
?
onTap
final
Callback for handling tap events on censored words.
Implementation
final bool Function(bool isRevealed)? onTap;
flutter_censor_it package
documentation
censor_it_widget_base
CensorItOverlayBuilder
onTap property
CensorItOverlayBuilder class