const ListBuilder({ Key? key, this.customListBuilder, this.style = const ListStyle(), }) : super(key: key);