onNewChecked property

ValueChanged<List<String?>> onNewChecked
final

A callback to notify that a new check box is checked Return a list of checked items note That only the item Name is returned (A String)

Implementation

final ValueChanged<List<String?>> onNewChecked;