max property

  1. @override
int? max
final

The maximum number of expanded items. Defaults to no limit.

Contract

Throws AssertionError if min/max and controller are provided.

Implementation

@override
final int? max;