loadingChild property

Widget? loadingChild
final

The widget to be displayed while the onPressed future is running and user can not abort the call.

Implementation

final Widget? loadingChild;