scrollTopRight method

dynamic scrollTopRight(
  1. double top,
  2. double right
)

Implementation

scrollTopRight(double top, double right) {
  _scrollTopRight?.call(top, right);
}