loadingIndicator abstract method
Loading indicator. 加载指示器
Subclasses need to implement this due to the generic type limitation, and not all delegates use AssetPickerProvider.
See also:
- DefaultAssetPickerBuilderDelegate.loadingIndicator as an example.
Implementation
Widget loadingIndicator(BuildContext context);