ImageModerationFilterStyle constructor

ImageModerationFilterStyle({
  1. TextStyle? warningTextStyle,
  2. String? warningImageUrl,
  3. String? warningImagePackageName,
  4. Color? warningImageColor,
  5. Color? filterColor,
})

Implementation

ImageModerationFilterStyle(
    {this.warningTextStyle,
    this.warningImageUrl,
    this.warningImagePackageName,
    this.warningImageColor,
    this.filterColor});