ImageCornerRadius.full constructor

ImageCornerRadius.full()

Applies the maximum amount of corner radius possible, based on the size of the image being transformed.

Implementation

ImageCornerRadius.full()
    : isFull = true,
      inPixels = null;