contentSize property

Size contentSize

Implementation

Size get contentSize {
  if (_contentSize == null) {
    owner?.flushLayout();
  }
  return _contentSize ?? Size.zero;
}