PageGenerator constructor
PageGenerator()
Implementation
PageGenerator(
this.page,
this.container,
this.countScore,
this.fillMax,
this.pageScore,
this.globalSlots,
Item? placeholder,
this.index,
this.totalPages,
this.path,
) {
this.placeholder = page.placeholder ?? placeholder;
_slots = _getGenSlots();
}