@override IconAffix get value => _viewModel;
@override set value(IconAffix newValue) { _viewModel = newValue; _cdRef.markForCheck(); }