loadingWidget property

Widget? loadingWidget
final

Custom loading widget to use that is shown while PDF is being generated. If null, a CircularProgressIndicator is used instead.

Implementation

final Widget? loadingWidget;