showCloseButton method
Implementation
void showCloseButton({required bool showCloseButton}) {
_documentReader.functionality.showCloseButton = showCloseButton;
}
void showCloseButton({required bool showCloseButton}) {
_documentReader.functionality.showCloseButton = showCloseButton;
}