changeTab method

void changeTab(
  1. String key,
  2. dynamic value
)

When a tab is changed in the widget, it will be mirrored in the component in the component data

Implementation

void changeTab(String key, dynamic value) {
  _updateComponentTab(key, value);
}