EmptyChatList constructor
const
EmptyChatList({})
Creates an empty chat list widget.
Implementation
const EmptyChatList({
super.key,
this.text = 'No messages yet',
this.textStyle,
this.padding,
this.fadeInDuration = const Duration(milliseconds: 250),
this.fadeInDelay = const Duration(milliseconds: 50),
this.curve = Curves.linearToEaseOut,
});