setRawPixels method

double setRawPixels(
  1. double newPixels
)

Reflects the given new pixels in the this position without considering the nested scroll.

Implementation

double setRawPixels(double newPixels) {
  return super.setPixels(newPixels);
}