Push a route onto the stack expanded will push sub-paths (e.g. /a/b/c will push /a, /a/b, /a/b/c)
/a, /a/b, /a/b/c
void push(String path, {bool expanded});