Function Widget.measuredContent
helper function for implement measure
() when widget's content dimensions are known
Prototype
void measuredContent(
int parentWidth,
int parentHeight,
int contentWidth,
int contentHeight
);