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