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