EditorHomeCubit constructor

EditorHomeCubit(
  1. String orignalPath
)

Implementation

EditorHomeCubit(String orignalPath) : super(EditorHomeState(orignalPath));