SandBoxPage constructor

const SandBoxPage({
  1. Key? key,
  2. String? basePath,
})

Implementation

const SandBoxPage({super.key, this.basePath});