ShimmerChatBubble constructor
const
ShimmerChatBubble({})
Implementation
const ShimmerChatBubble({
super.key,
this.isSender = false,
this.width = 220,
this.height = 48,
this.padding = const EdgeInsets.symmetric(horizontal: 16, vertical: 6),
this.enabled = true,
});