setShowTitle method

void setShowTitle(
  1. bool show
)

Sets whether to show the title.

Implementation

void setShowTitle(bool show) {
  showTitle = show;
}