acceleration property

double? acceleration
final

The amount of acceleration that is added to the value on each step.

When holding down the increment and decrement buttons, respectively.

Defaults to null (no acceleration).

Implementation

final double? acceleration;