connectionStrength property

ValueNotifier<double> connectionStrength
final

The connection strength, as a percentage to this device.

Implementation

final connectionStrength = ValueNotifier<double>(0);