Future<void> goTo(double offset) { return this.animateTo( offset, duration: FludaDuration.ms2, curve: Curves.easeOut, ); }