toStringShort method
override
A brief description of this object, usually just the runtimeType and the hashCode.
See also:
- toString, for a detailed description of the object.
Implementation
@override
String toStringShort() {
return '${super.toStringShort()}(h: ${debugFormatDouble(horizontal)}, v: ${debugFormatDouble(vertical)})';
}