menu
ngcomponents package
documentation
material_tab/material_tab_panel.dart
MaterialTabPanelComponent
onBeforeTabChange method
onBeforeTabChange method
dark_mode
light_mode
onBeforeTabChange
method
void
onBeforeTabChange
(
TabChangeEvent
e
)
Fires beforeTabChange event.
Implementation
void onBeforeTabChange(TabChangeEvent e) { _beforeTabChange.add(e); }
ngcomponents package
documentation
material_tab/material_tab_panel
MaterialTabPanelComponent
onBeforeTabChange method
MaterialTabPanelComponent class