toStringShort method

  1. @override
String toStringShort ()
inherited

A short, textual description of this widget.

Implementation

@override
String toStringShort() {
  return key == null ? '$runtimeType' : '$runtimeType-$key';
}