collectAsState simply collects the flow and copies it into a State<T> anyway, so using mutableStateOf directly instead saves some steps. Jason ...
確定! 回上一頁