IconWithLabel constructor

const IconWithLabel({
  1. Key? key,
  2. required IconData icon,
  3. required String label,
})

Implementation

const IconWithLabel({super.key, required this.icon, required this.label});