Inkwell constructor
const
Inkwell({
- Key? key,
- required Component child,
- VoidCallback? onTap,
- Unit? height,
- Unit? width,
Implementation
const Inkwell({
super.key,
required this.child,
this.onTap,
this.height,
this.width,
});