TapContainer constructor
const
TapContainer({
- Key? key,
- double? width,
- double? height,
- EdgeInsetsGeometry? margin,
- EdgeInsetsGeometry? padding,
- Decoration? decoration,
- BoxDecoration? boxDecoration,
- Widget? child,
- GestureTapCallback? onTap,
Implementation
const TapContainer({
super.key,
this.width,
this.height,
this.margin,
this.padding,
this.decoration,
this.boxDecoration,
this.child,
this.onTap,
});