max property

  1. @override
int? max
final

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

Contract

Throws AssertionError if max and controller are both provided.

Implementation

@override
final int? max;