TextIcon constructor

const TextIcon(
  1. String text,
  2. IconData icon, {
  3. Color color = Colors.white,
  4. Key? key,
})

Implementation

const TextIcon(this.text, this.icon, {this.color = Colors.white, super.key});