PullState

constructor(scope: CoroutineScope, canRefresh: State<Boolean>, canLoading: State<Boolean>, onRefresh: State<suspend () -> Unit?>, onLoading: State<suspend () -> Unit?>, indicatorPadding: Float, thresholdRatio: Float)