- override
Returns a string representation of this object.
Source
@override
String toString() {
return 'RRect.fromLTRBAndCorners(${left.toStringAsFixed(1)}, '
'${top.toStringAsFixed(1)}, ${right.toStringAsFixed(1)}, '
'${bottom.toStringAsFixed(1)}, '
'topLeft: $tlRadius, topRight: $trRadius, '
'bottomRight: $brRadius, bottomLeft: $blRadius)';
}