Future<void> goTo(int page, {Duration? duration, Curve? curve}) { return this.animateToPage( page, duration: duration ?? FludaDuration.ms2, curve: curve ?? Curves.easeOut, ); }