public AddItemWidget(_ViewModel odel, Key key = null) : base(key) { model = odel; }
public ItemListWidget(_ViewModel odel, Key key = null) : base(key) { model = odel; }
public RemoveItemButton(_ViewModel model, Key key = null) : base(key) { this.model = model; }