feat(text-editor): auto-wrap on layer setting for granular behavior #720
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR Checklist (Required)
Please ensure your PR meets the following requirements:
dart format .in the terminal and committed any changes.dart analyze .in the terminal and addressed any issues.flutter testin the terminal and addressed any issues.CHANGELOG.mdfile with my changes (For the version, you can use X.X.X, I will later bump it after it's merged).feat(paint-editor): add new triangle shape).PR Checklist (Optional)
PR Type
Please indicate the types of changes this PR introduces by checking the relevant boxes:
Current Behavior
Text Auto wrapping is coupled between editor and output. This new setting allows to let the wrap not apply to the output TextLayer.
Issue Number: #719
New Behavior
Setting
enableAutoWrapOnLayerallows for deciding whether the layer applies the editor's auto wrapping or not, defaults tofalsetrue.Breaking Changes?
Does this PR introduce a breaking change?
Additional Information