maxHintTranslate property
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;
set
maxHintTranslate
(double maxHintTranslate)
Implementation
set maxHintTranslate(double maxHintTranslate) {
_maxHintTranslate = maxHintTranslate;
}