setTabs method

void setTabs(
  1. List<TabItem> value
)

Implementation

void setTabs(List<TabItem> value) {
  onNotifyWithCallback(() => tabs = value);
}