toStringShort method
override
A short, textual description of this widget.
Implementation
@override
String toStringShort() => debugShortDescription ?? super.toStringShort();
A short, textual description of this widget.
@override
String toStringShort() => debugShortDescription ?? super.toStringShort();