child property

Widget? child
final

The widget that is displayed in the center of the progress button. It is usually a text widget.

If null the progress button won't contain anything.

Implementation

final Widget? child;