squareSize method

Pixelate squareSize(
  1. dynamic squareSize
)

Implementation

Pixelate squareSize(dynamic squareSize) {
  _squareSize = squareSize;
  return this;
}