CustomIconButton constructor
const
CustomIconButton({
- Key? key,
- IconButtonShape? shape,
- IconButtonPadding? padding,
- IconButtonVariant? variant,
- Alignment? alignment,
- EdgeInsetsGeometry? margin,
- double? width,
- double? height,
- Widget? child,
- 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});