AZListViewContainer constructor
const
AZListViewContainer({
- Key? key,
- required List<
ISuspensionBeanImpl> ? memberList, - required Widget itemBuilder(
- BuildContext context,
- int index
- Widget susItemBuilder(
- BuildContext context,
- int index
- double? textSize,
- Color? textColor,
- Color? divideLineColor,
- bool isShowIndexBar = true,
Implementation
const AZListViewContainer(
{Key? key,
required this.memberList,
required this.itemBuilder,
this.susItemBuilder,
this.textSize,
this.textColor,
this.divideLineColor,
this.isShowIndexBar = true})
: super(key: key);