InkWellWidget constructor
const
InkWellWidget({
- Key? key,
- double? bordeRadius,
- required dynamic onTap(),
- required Widget child,
- Color? backgroundColor,
- EdgeInsets? margin,
- EdgeInsets? padding,
- bool? canRequestFocus,
Implementation
const InkWellWidget(
{super.key,
this.bordeRadius,
required this.onTap,
required this.child,
this.backgroundColor,
this.margin,
this.padding,
this.canRequestFocus});