pixels property

double get pixels

Gets the current scroll offset in pixels.

Implementation

double get pixels => _pixelsNotifier.value;
set pixels (double newValue)

Sets the current scroll offset in pixels.

Implementation

set pixels(double newValue) => _pixelsNotifier.value = newValue;