AtomicListtile constructor

AtomicListtile({
  1. String? subTitle,
  2. String? leading,
  3. String? titleInbox,
  4. String? titleInboxDate,
  5. ListTileType? listTileType,
})

Implementation

AtomicListtile(
    {this.subTitle,
    this.leading,
    this.titleInbox,
    this.titleInboxDate,
    this.listTileType});