NavkitRoute constructor

const NavkitRoute({
  1. bool isInitial = false,
})

Creates a NavkitRoute annotation.

isInitial: set to true if this widget should be the root route.

Implementation

const NavkitRoute({this.isInitial = false});