EasyRefreshIndicator typedef

EasyRefreshIndicator = Indicator? Function(bool clamping, Color? backgroundColor)

Implementation

typedef EasyRefreshIndicator = Indicator? Function(
    bool clamping, Color? backgroundColor);