-
- All Implemented Interfaces:
-
com.github.takahirom.roborazzi.RoborazziComposeComposableOption,com.github.takahirom.roborazzi.RoborazziComposeOption,com.github.takahirom.roborazzi.RoborazziComposeSetupOption
@ExperimentalRoborazziApi() public final class RoborazziComposeSizeOption implements RoborazziComposeSetupOption, RoborazziComposeComposableOption
-
-
Constructor Summary
Constructors Constructor Description RoborazziComposeSizeOption(Integer widthDp, Integer heightDp)
-
Method Summary
Modifier and Type Method Description final IntegergetWidthDp()final IntegergetHeightDp()Unitconfigure(RoborazziComposeSetupOption.ConfigBuilder configBuilder)Function0<Unit>configureWithComposable(Function0<Unit> content)-
-
Method Detail
-
getWidthDp
final Integer getWidthDp()
-
getHeightDp
final Integer getHeightDp()
-
configure
Unit configure(RoborazziComposeSetupOption.ConfigBuilder configBuilder)
-
configureWithComposable
Function0<Unit> configureWithComposable(Function0<Unit> content)
-
-
-
-