SandboxCell constructor

const SandboxCell(
  1. SandBoxModel model,
  2. VoidCallback? refreshBlock, {
  3. Key? key,
})

Implementation

const SandboxCell(this.model, this.refreshBlock, {super.key});