lazy_indexed_stack

Last updated:

0 purchases

lazy_indexed_stack Image
lazy_indexed_stack Images
Add to Cart

Description:

lazy indexed stack

lazy_indexed_stack #
懒加载IndexedStack
Getting Started #
依赖
azy_indexed_stack: any
copied to clipboard
导入:
import 'package:lazy_indexed_stack/lazy_indexed_stack.dart';
使用方法:
new LazyIndexedStack(
reuse: false,
index: index,
itemBuilder: (c,i){
return LoadingPage();
},
itemCount: 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.