overlayContent property

Widget overlayContent
getter/setter pair

Overlay content is generated post build The reason for this is because we need the trigger button's location information in-order to determine the center position for our wheel Also this saves unnecessary computation

Implementation

late Widget overlayContent;