title property

String get title

Primary text for the title.

Implementation

String get title => _config.title;
set title (String title)

Implementation

set title(String title) {
  _config.title = title;
}