public BubbleAnimationEndListener(FastScrollerLayout fastScrollerLayout)
 {
     FastScrollerLayout = fastScrollerLayout ?? throw new ArgumentNullException(nameof(fastScrollerLayout));
 }
예제 #2
0
 public RecyclerScrollListener(FastScrollerLayout fastScrollerLayout)
 {
     FastScrollerLayout = fastScrollerLayout ?? throw new ArgumentNullException(nameof(fastScrollerLayout));
 }