toStringShort method
- @override
override
A short, textual description of this element.
Implementation
@override String toStringShort() {
return widget != null ? '${widget.toStringShort()}' : '[$runtimeType]';
}
A short, textual description of this element.
@override String toStringShort() {
return widget != null ? '${widget.toStringShort()}' : '[$runtimeType]';
}