bodyRightScrollOffset property

  1. @override
double bodyRightScrollOffset
inherited

Implementation

@override
double get bodyRightScrollOffset {
  return (gridGlobalOffset!.dx + maxWidth!) -
      PlutoGridSettings.offsetScrollingFromEdge;
}