ListItem constructor

ListItem({
  1. required String title,
  2. String? subtitle,
  3. String? image,
})

Implementation

ListItem({required this.title, this.subtitle, this.image});