Reputation: 965
How can I make text to be around other text or image? I need something like this:
Label1 Label1 Label2
Label1 Label1 Label1
...
Label1 is all around Label 2...
Here is what I tried:
<FlexboxLayout width="100%" row="1">
<Label [text]="item.description" textWrap="true"></Label>
<Label text="3.33" width="100" height="50" textWrap="true"></Label>
</FlexboxLayout>
But It not looking good...
Upvotes: 0
Views: 105