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