maxWidth property

double maxWidth
final

Configuration for the sliver's layout.

The delegate provides the following information:

  • The minimum and maximum dimensions of the sliver.

  • The builder for generating the widgets of the sliver.

  • The instructions for snapping the scroll offset, if fluctuating is true.

Implementation

final double maxWidth;