CometChatStatusIndicator constructor
const
CometChatStatusIndicator({
- Key? key,
- Widget? backgroundImage,
- Color? backgroundColor,
- StatusIndicatorStyle? style,
Implementation
const CometChatStatusIndicator(
{super.key, this.backgroundImage, this.backgroundColor, this.style});