Searched refs:openText (Results 1 – 1 of 1) sorted by relevance
123 val openText = if (gesturesEnabled) "▲▲▲ Pull up ▲▲▲" else "Click the button!" in BottomDrawerSample() constant124 Text(text = if (drawerState.isClosed) openText else "▼▼▼ Drag down ▼▼▼") in BottomDrawerSample()