of static method

ScrollerArgs of(
  1. ScrollController? scroller
)

Implementation

static ScrollerArgs of(ScrollController? scroller) {
  return _ScrollerArgs(scroller);
}