isMaxScroll property
inherited
Implementation
@override
bool get isMaxScroll {
_$isMaxScrollAtom.reportRead();
return super.isMaxScroll;
}
inherited
Implementation
@override
set isMaxScroll(bool value) {
_$isMaxScrollAtom.reportWrite(value, super.isMaxScroll, () {
super.isMaxScroll = value;
});
}