KeyedStaticTabController<T> typedef

  1. @Deprecated('Renamed to UnanimatedKeyedTabController in v0.3.4')
KeyedStaticTabController<T> = UnanimatedKeyedTabController<T>

This controller has no animation so it can be used in business logic code.

In your widgets, create KeyedTabController with animation and make it listen to this controller's changes.

Implementation

@Deprecated('Renamed to UnanimatedKeyedTabController in v0.3.4')
typedef KeyedStaticTabController<T> = UnanimatedKeyedTabController<T>;