WebCellFooter constructor

const WebCellFooter({
  1. Key? key,
  2. bool canTap = false,
  3. VoidCallback? callback,
})

Implementation

const WebCellFooter({super.key, this.canTap = false, this.callback});