AzListView constructor
AzListView({
- Key? key,
- List<
ISuspensionBean> ? data, - List<
ISuspensionBean> ? topData, - required ItemWidgetBuilder itemBuilder,
- ScrollController? controller,
- ScrollPhysics? physics,
- bool shrinkWrap = true,
- EdgeInsetsGeometry padding = EdgeInsets.zero,
- required Widget suspensionWidget,
- bool isUseRealIndex = true,
- int itemHeight = 50,
- int suspensionHeight = 40,
- ValueChanged<
String> ? onSusTagChanged, - AzListViewHeader? header,
- IndexBarBuilder? indexBarBuilder,
- IndexHintBuilder? indexHintBuilder,
- bool showIndexHint = true,
Implementation
AzListView(
{Key? key,
this.data,
this.topData,
required this.itemBuilder,
this.controller,
this.physics,
this.shrinkWrap = true,
this.padding = EdgeInsets.zero,
required this.suspensionWidget,
this.isUseRealIndex = true,
this.itemHeight = 50,
this.suspensionHeight = 40,
this.onSusTagChanged,
this.header,
this.indexBarBuilder,
this.indexHintBuilder,
this.showIndexHint = true})
: super(key: key);