NUIConnectionContainer constructor

const NUIConnectionContainer({
  1. Key? key,
  2. required NUIConnectivityWidgetBuilder builder,
  3. bool lookUp = false,
  4. String lookUpUrl = "google.com",
  5. bool animate = true,
})

Implementation

const NUIConnectionContainer({Key? key, required this.builder, this.lookUp = false, this.lookUpUrl = "google.com", this.animate = true}) : super(key: key);