shouldShowCloseButton property
Whether to show a close button in the customer center.
Platform Support:
- iOS: Fully supported. When
false, no close button is shown. - Android: Not supported. Close button is always shown regardless of this setting.
Defaults to true.
Implementation
final bool shouldShowCloseButton;