setScrollTopRight method

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

Implementation

setScrollTopRight(Function(double top, double right) scrollTopRight) {
  _scrollTopRight = scrollTopRight;
}