kDefaultHideBehaviors top-level constant

Map<ModerationBehaviorContext, ModerationBehavior> const kDefaultHideBehaviors

The default behaviors applied when the subject is hidden by the user.

Implementation

const kDefaultHideBehaviors = <ModerationBehaviorContext, ModerationBehavior>{
  ModerationBehaviorContext.contentList: ModerationBehavior.blur,
  ModerationBehaviorContext.contentView: ModerationBehavior.blur,
};