ChatroomGlobalBroadcastView constructor

const ChatroomGlobalBroadcastView({
  1. Widget? icon,
  2. TextStyle? textStyle,
  3. Color? backgroundColor,
  4. Key? key,
})

Implementation

const ChatroomGlobalBroadcastView({
  this.icon,
  this.textStyle,
  this.backgroundColor,
  super.key,
});