route static method

PageRoute route()

Implementation

static PageRoute route() =>
    MaterialPageRoute(builder: (_) => const PhonePatternPage());