LoadingWidgetCallback typedef

LoadingWidgetCallback = Widget Function(bool isLight, double size, double stroke)

Implementation

typedef LoadingWidgetCallback = Widget Function(
    bool isLight, double size, double stroke);