updateFromStatic method

  1. @Deprecated('Use fromUnanimated constructor to automatically sync the two')
void updateFromStatic(
  1. KeyedStaticTabController<K> staticController
)

Implementation

@Deprecated('Use fromUnanimated constructor to automatically sync the two')
void updateFromStatic(KeyedStaticTabController<K> staticController) {
  setKeysAndCurrentKey(
    staticController.keys,
    staticController.currentKey,
  );
}