size property

  1. @override
SliverSize size
override

The size of this child, should only be accessed after calling layout.

During a dry layout this represents the last size calculated by layout, not the child's actual size.

See also:

Implementation

@override
SliverSize get size => _parent.wrapSize(_parentData.drySize ?? render.size);