DetailsStyle constructor

const DetailsStyle({
  1. TextStyle? titleStyle,
  2. Color? closeIconTint,
  3. Color? privateGroupIconBackground,
  4. Color? protectedGroupIconBackground,
  5. Color? onlineStatusColor,
  6. double? width,
  7. double? height,
  8. Color? background,
  9. Gradient? gradient,
  10. Border? border,
})

Implementation

const DetailsStyle(
    {this.titleStyle,
    this.closeIconTint,
    this.privateGroupIconBackground,
    this.protectedGroupIconBackground,
    this.onlineStatusColor,
    double? width,
    super.height,
    super.background,
    super.gradient,
    Border? super.border});