MessageListViewThemeData constructor

const MessageListViewThemeData({
  1. Color? backgroundColor,
  2. DecorationImage? backgroundImage,
})

Implementation

const MessageListViewThemeData({
  this.backgroundColor,
  this.backgroundImage,
});