copyWithTabs method

Pane<T> copyWithTabs(
  1. List<PaneTab<T>> tabs
)

Implementation

Pane<T> copyWithTabs(List<PaneTab<T>> tabs) => Pane<T>(
      id: id,
      size: size,
      tabsData: tabs,
    );