addTab method

void addTab(
  1. BlossomTab<T> tab
)

Implementation

void addTab(BlossomTab<T> tab) {
  tabs.add(tab);
  notifyListeners();
}