detailText property
The text which is shown in a new window by pressing the "Learn more" button. If null
, no "Learn more" button is shown.
Implementation
String get detailText => this._detailText;
Implementation
set detailText(String detailText) {
this._detailText = detailText;
}