IconTextButton constructor
      const
      IconTextButton({})
     
    
    
Implementation
const IconTextButton({
  Key? key,
  required this.icon,
  required this.onPressed,
  required this.textDisplay,
  required this.width,
  required this.height,
  this.textStyle,
  this.color = const Color(0xFF000000),
}) : super(key: key);