AppCmsIconButton constructor

const AppCmsIconButton({
  1. Key? key,
  2. required String iconName,
  3. VoidCallback? onPressed,
  4. double? iconSize,
})

Implementation

const AppCmsIconButton(
    {super.key, required this.iconName, this.onPressed, this.iconSize});