layoutSize property
SliverSize
get
layoutSize
The current layout size of this sliver.
Implementation
SliverSize get layoutSize => SliverSize.axis(
constraints.crossAxisExtent,
geometry!.layoutExtent,
constraints.axis,
);