showOkButton property

bool? showOkButton
final

If it is null, it's default value will be CommonAlertDialogThemeData.showOkButton, if it is null, default value will be true.

Implementation

final bool? showOkButton;