How can I get the size of the Text widget in Flutter

I've painted a shape for the background of my content of Text. I want the background autoscale the Text, even the softWrap being true. So, I need to get the width and height of my Text Widget b...