expand method

void expand()

change list current state to expand state

Implementation

void expand(){
  _currentState!._isInitialized.value = true;
  _currentState!._openDataList.value = true;
}