showCloseButton method

void showCloseButton({
  1. required bool showCloseButton,
})

Implementation

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