maxExtentPrototype property

Widget? maxExtentPrototype
final

Laid out once to define the maximum size of this sliver along the CustomScrollView.scrollDirection axis.

If null, the maximum extent of the sliver is based on the child's intrinsic size.

This widget is never made visible.

Implementation

final Widget? maxExtentPrototype;