displayText property

String get displayText

Implementation

String get displayText {
  if (displayTextFormatter != null) {
    return displayTextFormatter!();
  }
  return text;
}