NiceNetworkDiscoveryPanel constructor
const
NiceNetworkDiscoveryPanel({
- Key? key,
- required List<
NetworkNode> nodes, - VoidCallback? onRefresh,
- ValueChanged<
NetworkNode> ? onPing, - ValueChanged<
NetworkNode> ? onDetails, - bool isScanning = false,
- String? subnet,
- bool showFilters = true,
Implementation
const NiceNetworkDiscoveryPanel({
super.key,
required this.nodes,
this.onRefresh,
this.onPing,
this.onDetails,
this.isScanning = false,
this.subnet,
this.showFilters = true,
});