CensorOverlayBuilder typedef

CensorOverlayBuilder = Widget Function(BuildContext context, String word, bool isRevealed)

A function that generates overlay widgets for profane words.

Implementation

typedef CensorOverlayBuilder =
    Widget Function(
      BuildContext context,
      String word,
      bool isRevealed,
    );