title property

set title (String? title)

Implementation

static set title(String? title) {
  _delegate.title = title;
}