WindowText property

String get WindowText

Implementation

String
  get WindowText => _text;
set WindowText (String value)

Implementation

set WindowText(String value) => _text = value;