AppCmsIconButton constructor
const
AppCmsIconButton({
- Key? key,
- required String iconName,
- VoidCallback? onPressed,
- double? iconSize,
Implementation
const AppCmsIconButton(
{super.key, required this.iconName, this.onPressed, this.iconSize});