loadingIndicator abstract method

Widget loadingIndicator(
  1. BuildContext context
)

Loading indicator. 加载指示器

Subclasses need to implement this due to the generic type limitation, and not all delegates use AssetPickerProvider.

See also:

Implementation

Widget loadingIndicator(BuildContext context);