duration property

Duration duration
getter/setter pair

How long the pointer must be held before the long-press triggers.

Implementation

Duration duration = const Duration(milliseconds: 500);