isMaxScroll property

  1. @override
bool isMaxScroll
inherited

Implementation

@override
bool get isMaxScroll {
  _$isMaxScrollAtom.reportRead();
  return super.isMaxScroll;
}
  1. @override
void isMaxScroll=(bool value)
inherited

Implementation

@override
set isMaxScroll(bool value) {
  _$isMaxScrollAtom.reportWrite(value, super.isMaxScroll, () {
    super.isMaxScroll = value;
  });
}