Moves the vertical to a next Post.
Future<void> next() async { Log.debug('next()', '$runtimeType'); if (!hasNextPage.value) { return; } await vertical.nextPage( duration: Duration(milliseconds: 150), curve: Curves.ease, ); }