julioromano
05/19/2023, 12:30 PMModalBottomSheet
component to show up in a @Preview
nor in screenshot tests (w/showkase+paparazzi). Both the preview and screenshots are completely empty, not even the scrim is shown.
Though if I click on "Start interactive mode" the animation starts, the scrim appears and the bottom sheet too.
I'm using this sheetState
for the `@Preview`:
SheetState(
skipPartiallyExpanded = true,
initialValue = SheetValue.Expanded,
skipHiddenState = true,
)
Any ideas?Chris Sinco [G]
05/19/2023, 11:23 PMjulioromano
05/23/2023, 1:36 PMjossiwolf
05/23/2023, 2:05 PMjulioromano
05/23/2023, 2:53 PM