maxHintTranslate property

  1. @protected
double maxHintTranslate

The maximum amount ordinal values to shift the viewport for the the hint animation.

Positive numbers shift the viewport to the right and negative to the left. The default is no translation.

Implementation

@protected
double get maxHintTranslate => _maxHintTranslate;
void maxHintTranslate=(double maxHintTranslate)

Implementation

set maxHintTranslate(double maxHintTranslate) {
  _maxHintTranslate = maxHintTranslate;
}