AppInboxListViewStyle constructor

AppInboxListViewStyle({
  1. String? backgroundColor,
  2. AppInboxListItemStyle? item,
})

Implementation

AppInboxListViewStyle({this.backgroundColor, this.item});