Is there any way to handle this nicely? I can change font size in onViewTransformed callback but it breaks the original text ratio regarding the container.
Oh because the View of ViewTransformer is using transform style... I solve this by removing the transform style inside ViewTransformer and change children style in onViewTransformed callback
Is there any way to handle this nicely? I can change font size in onViewTransformed callback but it breaks the original text ratio regarding the container.