TextTile constructor

TextTile({
  1. String? title,
  2. IconData? icon,
})

Implementation

TextTile({this.title, this.icon});