DocutainListItem constructor

DocutainListItem({
  1. String? image = null,
  2. String? title = null,
  3. String? message = null,
})

Implementation

DocutainListItem({this.image = null, this.title = null, this.message = null});