CustomIconButton constructor
const
CustomIconButton({
- Key? key,
- Alignment? alignment,
- EdgeInsetsGeometry? margin,
- double? height,
- double? width,
- EdgeInsetsGeometry? padding,
- BoxDecoration? decoration,
- Widget? child,
- VoidCallback? onTap,
Implementation
const CustomIconButton({
Key? key,
this.alignment,
this.margin,
this.height,
this.width,
this.padding,
this.decoration,
this.child,
this.onTap,
}) : super(
key: key,
);