fastForward method

void fastForward([
  1. Duration? st
])
inherited

快进

Implementation

void fastForward([Duration? st]) {
  arrowIconLtRController?.forward();
  seekTo(_value.position + (st ?? skiptime));
}