Searched refs:_isInteractive (Results 1 – 1 of 1) sorted by relevance
29 private val _isInteractive = MutableStateFlow(initialInteractive) regex30 override val isInteractive: Flow<Boolean> = _isInteractive.asStateFlow()36 _isInteractive.value = value