slide_indexed_stack

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

slide indexed stack

A IndexedStack with switching animation

Usage #
The usage is just like the normal IndexedStack.
int _currentIndex = 0;
copied to clipboard
SlideIndexedStack(
axis: Axis.horizontal,
slideOffset: 0.5,
index: _currentIndex,
duration: const Duration(milliseconds: 300),
children: [
_buildPage(0),
_buildPage(1),
_buildPage(2),
_buildPage(3),
_buildPage(4)
],
)
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.