Web2Nong constructor

const Web2Nong(
  1. String url, {
  2. bool hasTitle = false,
  3. bool isClose = true,
  4. Key? key,
})

Implementation

const Web2Nong(this.url, {this.hasTitle = false, this.isClose = true, Key? key}):super(key:key);