MephistoSquareIconButton constructor
Implementation
const MephistoSquareIconButton(
{super.key,
required this.icon,
required this.onClick,
required this.size,
this.isDisabled = false,
this.bgColor});
const MephistoSquareIconButton(
{super.key,
required this.icon,
required this.onClick,
required this.size,
this.isDisabled = false,
this.bgColor});