trueText property

String trueText

The text shown for the true option

Implementation

String get trueText => _trueText;
void trueText= (String trueText)

Implementation

set trueText(String trueText) {
  this._trueText = trueText;
}