CustomIconButton constructor

const CustomIconButton({
  1. Key? key,
  2. IconButtonShape? shape,
  3. IconButtonPadding? padding,
  4. IconButtonVariant? variant,
  5. Alignment? alignment,
  6. EdgeInsetsGeometry? margin,
  7. double? width,
  8. double? height,
  9. Widget? child,
  10. VoidCallback? onTap,
})

Implementation

const CustomIconButton(
    {super.key,
    this.shape,
    this.padding,
    this.variant,
    this.alignment,
    this.margin,
    this.width,
    this.height,
    this.child,
    this.onTap});