aTaps property

ValueNotifier<int> aTaps
final

Tap counter of element A — owned by the scenario.

Implementation

final ValueNotifier<int> aTaps = ValueNotifier<int>(0);