setSize

open fun setSize(width: Int, height: Int)

This should be called when the owner Component's onBoundsDefined is called. It will inform the binder of the final measured size. The binder might decide to re-compute its children layouts if the measures provided here are not compatible with the ones receive in onMeasure.