'Custom TextField shape in Flutter

Is there a way to have a multiline TextField that has a specific max width in its first line and andother maxWidth after that? I tried to add a custom clipper to a container wrapped around the TextField, but the text goes under the part in the top right corner.

Kind of a shape like this in the end:

enter image description here



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source