blockedMessageBuilder property
Replaces the built-in placeholder painted in place of a blocked
sender's message under BlockedContentPolicy.placeholder. Receives
the message that was pruned so a host can shape its own row; return
null to fall back to the SDK pill.
Implementation
final Widget Function(BuildContext context, ChatMessage message)?
blockedMessageBuilder;