UpdateScreen

LinearUpdateScreen
LinearUpdateScreen

CircularUpdateScreen
CircularUpdateScreen

UpdateScreen (LinearUpdateScreen and CircularUpdateScreen) allows you to show a loading state when something is being updated on the screen and you want to prevent the user from clicking on another element while the operation is ongoing. The common usage is when you need to update a screen triggering a network call as a consequence of a user action.