title property

String title

Primary text for the title.

Implementation

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

Implementation

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