CometChatStatusIndicator constructor

const CometChatStatusIndicator({
  1. Key? key,
  2. Widget? backgroundImage,
  3. Color? backgroundColor,
  4. StatusIndicatorStyle? style,
})

Implementation

const CometChatStatusIndicator(
    {super.key, this.backgroundImage, this.backgroundColor, this.style});