getSize method

Size getSize(
  1. int index
)

Implementation

Size getSize(int index) {
  return sizes.isNotEmpty ? sizes[index] : size;
}