String toStringShort()

A short, textual description of this element.

Source

String toStringShort() {
  return widget != null ? '${widget.toStringShort()}' : '[$runtimeType]';
}