saveLayoutInfo method

void saveLayoutInfo(
  1. int? index,
  2. Size size
)

Implementation

void saveLayoutInfo(int? index, Size size) {
  itemsSizeCache[index] = size;
}