Is there a way to create a Modifier that’s used to set the line limit on labels instead of passing it as a parameter?
I can see in the implementation for
BasicText
that the
TextController
is internally created by supplying
TextDelegate
so I’m not sure if a custom modifier extension for max lines is possible.
Any help would be appreciated thanks!