showCloseButton property

  1. @JsonKey.new(name: "showCloseButton")
bool? showCloseButton
final

An optional flag to control the visibility of a close button.

Implementation

@JsonKey(name: "showCloseButton")
final bool? showCloseButton;