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