public BubbleAnimationEndListener(FastScrollerLayout fastScrollerLayout)
 {
     FastScrollerLayout = fastScrollerLayout ?? throw new ArgumentNullException(nameof(fastScrollerLayout));
 }
Esempio n. 2
0
 public RecyclerScrollListener(FastScrollerLayout fastScrollerLayout)
 {
     FastScrollerLayout = fastScrollerLayout ?? throw new ArgumentNullException(nameof(fastScrollerLayout));
 }