Add additional information to the given description for use by toStringDeep.
toStringDeep
@override void debugFillDescription(List<String> description) { super.debugFillDescription(description); description.add('clipRRect: $clipRRect'); }