tabAction method

  1. @override
void tabAction()
override

Implementation

@override
void tabAction() {
  if (kitPageBuilder != null) {
    KitsPage.tag = key ?? _defaultKey;
  }
  action?.call();
}