Lines Matching refs:Step
79 // Step 1: Define bindContentCover.
83 // Step 2: Define the modal view.
230 …// Step 3: Call the modal API to display the modal. Implement an animation by using the animation …
361 // Step 1: Define a data array to represent menu items.
382 // Step 2: Bind the menu data to the component through bindMenu.
474 // Step 1: Define the state variable to control the visibility of the popup.
477 // Step 2: Use @Builder to build a custom popup.
497 // Step 4: Add a click event to control the visibility of the popup.
502 // Step 5: Bind the popup to the component through bindPopup.
541 // Step 1: Define a state variable to control page display.
550 // Step 2: Define a stack layout to display the current view and modal view.
613 // Step 3: Change the state variable to display the modal view.
626 …// Step 4: Define the modal view in if and display it at the top layer. Use if to control the appe…
706 // Step 5: Define the mode in which the modal view disappears.