loadingIndicator property

  1. @override
Widget? loadingIndicator
inherited

The widget to show while the button is loading.

Implementation

@override
Widget? get loadingIndicator => const AmplifyProgressIndicator();