Is there any way to measure the dimensions of a widget that hasn't been build, but it's just a variable example:
Column myColumn = Column(children[......]);
myColumn.iWouldLikeToGetItsHeightAndWidth();
Is there any way to measure the dimensions of a widget that hasn't been build, but it's just a variable example:
Column myColumn = Column(children[......]);
myColumn.iWouldLikeToGetItsHeightAndWidth();