Inheritance
TabController
public class TabController : ChangeNotifier, Listenable
Constructors
Declaration
public TabController(int initialIndex = 0, int? length = default(int? ), TickerProvider vsync = null)
Parameters
Fields
Declaration
public readonly int length
Field Value
Properties
Declaration
public Animation<float> animation { get; }
Property Value
Declaration
public int index { get; set; }
Property Value
Declaration
public bool indexIsChanging { get; }
Property Value
Declaration
public float offset { get; set; }
Property Value
Declaration
public int previousIndex { get; }
Property Value
Methods
Declaration
public void animateTo(int value, TimeSpan? duration = default(TimeSpan? ), Curve curve = null)
Parameters
Declaration
public override void dispose()
Overrides