BaseInkWell constructor
BaseInkWell({
- EdgeInsetsGeometry margin = EdgeInsets.zero,
- EdgeInsetsGeometry padding = EdgeInsets.zero,
- Color? color,
- double borderRadius = 0,
- Decoration? decoration,
- required Widget child,
- VoidCallback? onPressed,
Implementation
BaseInkWell(
{this.margin = EdgeInsets.zero,
this.padding = EdgeInsets.zero,
this.color,
this.borderRadius = 0,
this.decoration,
required this.child,
this.onPressed});