pixels property Null safety
override
The current scroll position, in logical pixels along the axisDirection.
Implementation
@override
double get pixels => _pixels!;
The current scroll position, in logical pixels along the axisDirection.
@override
double get pixels => _pixels!;