ThumbnailSize constructor

ThumbnailSize(
  1. int width,
  2. int height
)

Implementation

ThumbnailSize(this.width, this.height);