I need to draw some text in a rectangle, but some rectangular areas inside the rectangle must remain blank, since there will be images or other content inserted in those areas:
What's the recommended approach for this?
- Is there some View subclass that can render such text?
- Do I have to render it myself, using
StaticLayout
and the like? - Or is there another way?