PDimension.square constructor

PDimension.square(
  1. int size
)

Implementation

factory PDimension.square(int size) => PDimension(size, size);