totalPixels property

double get totalPixels

Returns the pixels that is final value combined with lentPixels and pixels.

Implementation

double get totalPixels => super.pixels + lentPixels;