WebCell constructor

const WebCell(
  1. String url, {
  2. Key? key,
})

Implementation

const WebCell(this.url, {super.key});