showCloseButton property

bool? showCloseButton
final

Whether to display the close button.

If it's null, the close button will be displayed at the last step and be hidden at other step.

Implementation

final bool? showCloseButton;