work method
Changes router location to the Routes.work page.
Implementation
void work(WorkTab? tab, {bool push = false}) => (push ? this.push : go)(
'${Routes.work}${tab == null ? '' : '/${tab.name}'}',
);
Changes router location to the Routes.work page.
void work(WorkTab? tab, {bool push = false}) => (push ? this.push : go)(
'${Routes.work}${tab == null ? '' : '/${tab.name}'}',
);