options property
The available options for this container.
Implementation
SelectionOptions<T> options = SelectionOptions.fromList(<T>[]);
The available options for this contianer.
Implementation
@Input()
@override
set options(SelectionOptions<T> value) {
super.options = value;
}