IconButtonView constructor
const
IconButtonView({})
Implementation
const IconButtonView({
super.key,
required this.icon,
this.showBackgroundColor = true,
this.iconColor = Colors.white,
this.onTap,
});
const IconButtonView({
super.key,
required this.icon,
this.showBackgroundColor = true,
this.iconColor = Colors.white,
this.onTap,
});