TextTile constructor

const TextTile({
  1. Key? key,
  2. String? title,
  3. IconData? icon,
})

Implementation

const TextTile({Key? key, this.title, this.icon}) : super(key: key);