menu
panels_system package
documentation
model/pane_tree.dart
Pane<T extends PaneTabData<T>>
copyWithTabs method
copyWithTabs method
dark_mode
light_mode
copyWithTabs
method
Pane
<
T
>
copyWithTabs
(
List
<
PaneTab
<
T
>
>
tabs
)
Implementation
Pane<T> copyWithTabs(List<PaneTab<T>> tabs) => Pane<T>( id: id, size: size, tabsData: tabs, );
panels_system package
documentation
model/pane_tree
Pane<T extends PaneTabData<T>>
copyWithTabs method
Pane class