SelectIconButton constructor
const
SelectIconButton({})
Implementation
const SelectIconButton({
required this.icon,
this.text,
this.iconColor = FUIColors.white,
this.textColor = FUIColors.white,
this.backgroundColor = FUIColors.red500,
this.onTap,
super.key
});