NDTabController constructor
NDTabController({
- int initialIndex = 0,
- Duration? animationDuration,
- required int length,
- required TickerProvider vsync,
Implementation
NDTabController({
int initialIndex = 0,
Duration? animationDuration,
required int length,
required TickerProvider vsync,
}) : super(
initialIndex: initialIndex,
animationDuration: animationDuration,
length: length,
vsync: vsync,
);