enableOnlySingleSelection property

bool? enableOnlySingleSelection
final

if enableOnlySingleSelection is true then it disabled the multiple selection. and enabled the single selection model.

Defautl value is false

Implementation

final bool? enableOnlySingleSelection;