goRight abstract method

Future<void> goRight({
  1. bool animated = true,
})

Go to next page.

Implementation

Future<void> goRight({final bool animated = true});