I am using Konva.js in my project and I have a specific need to define text inside a draggable rectangle that was defined using Konva.Rect() class.Is there a way to achieve this without using a separate Konva.Text() or Konva.Label() class object since that would become way too complicated.
Open to suggestions.Thanks!