closeRight method

  1. @override
void closeRight(
  1. String id
)
inherited

Close all tabs to the right of the one with id. Locked tabs are not closed.

Implementation

@override
void closeRight(String id) {
  final _$actionInfo = _$TabPanelBaseActionController.startAction(
      name: 'TabPanelBase.closeRight');
  try {
    return super.closeRight(id);
  } finally {
    _$TabPanelBaseActionController.endAction(_$actionInfo);
  }
}