add isolated tab feature
This commit is contained in:
@@ -79,7 +79,7 @@ class BrowserRoute extends GoRouteData with $BrowserRoute {
|
||||
}
|
||||
}
|
||||
|
||||
enum TabType { regular, private, child }
|
||||
enum TabType { regular, private, child, isolated }
|
||||
|
||||
class SearchRoute extends GoRouteData with $SearchRoute {
|
||||
static const String emptySearchText = ' ';
|
||||
|
||||
@@ -664,6 +664,7 @@ const _$TabTypeEnumMap = {
|
||||
TabType.regular: 'regular',
|
||||
TabType.private: 'private',
|
||||
TabType.child: 'child',
|
||||
TabType.isolated: 'isolated',
|
||||
};
|
||||
|
||||
mixin $TabViewRoute on GoRouteData {
|
||||
|
||||
Reference in New Issue
Block a user