InitialHintBehavior<D> constructor

InitialHintBehavior<D>({
  1. Duration? hintDuration,
  2. double? maxHintTranslate,
  3. double? maxHintScaleFactor,
})

Implementation

InitialHintBehavior(
    {this.hintDuration, this.maxHintTranslate, this.maxHintScaleFactor});