-
public final class CropperStyleKt
-
-
Field Summary
Fields Modifier and Type Field Description private final static CropperStyleDefaultCropperStyleprivate final static <ERROR CLASS>LocalCropperStyle
-
Method Summary
Modifier and Type Method Description final CropperStylegetDefaultCropperStyle()final <ERROR CLASS>getLocalCropperStyle()final static CropperStyleCropperStyle(Color backgroundColor, Color rectColor, Dp rectStrokeWidth, Dp touchRad, CropperStyleGuidelines guidelines, Boolean secondaryHandles, Color overlay, List<CropShape> shapes, List<AspectRatio> aspects, Boolean autoZoom)Creates a CropperStyle instance with the default behavior. -
-
Method Detail
-
getDefaultCropperStyle
final CropperStyle getDefaultCropperStyle()
-
getLocalCropperStyle
final <ERROR CLASS> getLocalCropperStyle()
-
CropperStyle
final static CropperStyle CropperStyle(Color backgroundColor, Color rectColor, Dp rectStrokeWidth, Dp touchRad, CropperStyleGuidelines guidelines, Boolean secondaryHandles, Color overlay, List<CropShape> shapes, List<AspectRatio> aspects, Boolean autoZoom)
Creates a CropperStyle instance with the default behavior.
-
-
-
-