SmartIconTextButton constructor

const SmartIconTextButton({
  1. required SmartIconData icon,
  2. required String label,
  3. Key? key,
  4. VoidCallback? onPressed,
})

Implementation

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