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