toStringShort method

  1. @override
String toStringShort()
override

A short, textual description of this element.

Implementation

@override
String toStringShort() => _widget?.toStringShort() ?? '${describeIdentity(this)}(DEFUNCT)';