ConversationShimmer constructor
const
ConversationShimmer({
- Key? key,
- int itemCount = 8,
- EdgeInsetsGeometry padding = const EdgeInsets.symmetric(horizontal: 14, vertical: 16),
Implementation
const ConversationShimmer({
super.key,
this.itemCount = 8,
this.padding = const EdgeInsets.symmetric(horizontal: 14, vertical: 16),
});