create
fun create(writeopiaManager: WriteopiaManager, dispatcher: CoroutineDispatcher = Dispatchers.Unconfined, documentRepository: DocumentRepository? = null, selectionState: StateFlow<Boolean> = MutableStateFlow(false), keyboardEventFlow: Flow<KeyboardEvent?> = MutableStateFlow(null), stepsNormalizer: UnitsNormalizationMap = StepsMapNormalizationBuilder.reduceNormalizations {
defaultNormalizers()
}, coroutineScope: CoroutineScope = CoroutineScope(EmptyCoroutineContext), backStackManager: SnapshotBackstackManager = SnapshotBackstackManager(), userRepository: UserRepository? = null): WriteopiaStateManager