withIndex method
Implementation
ShellValue withIndex(int index) {
return ShellValue(
tabIndex: index,
key: key,
tabNodes: tabNodes,
);
}
ShellValue withIndex(int index) {
return ShellValue(
tabIndex: index,
key: key,
tabNodes: tabNodes,
);
}