AppChatMessageList constructor
const
AppChatMessageList({
- required int itemCount,
- required IndexedWidgetBuilder itemBuilder,
- ScrollController? controller,
- double spacing = AppSpacings.s16,
- EdgeInsetsGeometry padding = EdgeInsets.zero,
- bool stickToBottom = true,
- bool autoScroll = true,
- Key? key,
Cria uma AppChatMessageList.
Implementation
const AppChatMessageList({
required this.itemCount,
required this.itemBuilder,
this.controller,
this.spacing = AppSpacings.s16,
this.padding = EdgeInsets.zero,
this.stickToBottom = true,
this.autoScroll = true,
super.key,
});