min property

  1. @override
int? min
final

The minimum number of selected items. Defaults to 0.

Contract

Throws AssertionError if min is non-zero and controller is provided.

Implementation

@override
final int? min;