void removeItemAt(int position){ if(_removeItemAtCallback != null) _removeItemAtCallback!(position); }