SoftUiIconButton constructor
const
SoftUiIconButton({})
Implementation
const SoftUiIconButton({
required this.icon,
this.isFilled = false,
this.fgColor,
this.bgColor,
this.size,
this.width,
this.height,
this.borderRadius,
this.onPressed,
super.key,
});