Skip to content

Instantly share code, notes, and snippets.

@Amir-P
Created February 20, 2020 15:25
Show Gist options
  • Save Amir-P/d15e07d22feaf850f57d07cc82ff9f4b to your computer and use it in GitHub Desktop.
Save Amir-P/d15e07d22feaf850f57d07cc82ff9f4b to your computer and use it in GitHub Desktop.
class CategoriesPage extends StatelessWidget {
static MaterialPageRoute getRoute() => MaterialPageRoute(
settings: RouteSettings(name: 'Categories'),
builder: (context) => CategoriesPage());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment