dragging property

ValueNotifier<bool> dragging
final

Implementation

final dragging = ValueNotifier<bool>(false);