[interpreter/text] text vertical align not working for flutter
softmarshmallow opened this issue · 0 comments
softmarshmallow commented
flutter does not support built in textVerticalAlign support for widget "Text", but we can wrap with sizedbox and align. for to do this. we'll have to inspect parent of the text. But more importantly, the main problem is that we cannot know if text is vertically aligned and, + fitted to the box, if we can't know this, only option is to wrap all text -- which will get our generated code supre drity.