customLoadingWidget property

Widget? customLoadingWidget
final

A custom widget to display as the loading indicator.

When provided, this overrides loadingStyle, loadingColor, and loadingSize.

Implementation

final Widget? customLoadingWidget;