AppTextWithIconButton constructor
const
AppTextWithIconButton({})
Implementation
const AppTextWithIconButton({
super.key,
required this.onPressed,
required this.text,
this.iconData, // Icon can be null
this.tooltip = '', // Default is empty tooltip
this.backgroundColor = AppColors.blue, // Default is empty tooltip
this.isGreyButton = false, // Default is empty tooltip
});