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