WebCellFooter constructor
const
WebCellFooter({
- Key? key,
- bool canTap = false,
- VoidCallback? callback,
Implementation
const WebCellFooter({super.key, this.canTap = false, this.callback});