-
public final class DrawBackdropModifierKt
-
-
Method Summary
Modifier and Type Method Description final static ModifierdrawPlainBackdrop(Modifier $self, Backdrop backdrop, Function0<Shape> shape, Function1<BackdropEffectScope, Unit> effects, Function1<GraphicsLayerScope, Unit> layerBlock, LayerBackdrop exportedBackdrop, Function1<DrawScope, Unit> onDrawBehind, Function2<DrawScope, Function1<DrawScope, Unit>, Unit> onDrawBackdrop, Function1<DrawScope, Unit> onDrawSurface, Function1<DrawScope, Unit> onDrawFront)final static ModifierdrawBackdrop(Modifier $self, Backdrop backdrop, Function0<Shape> shape, Function1<BackdropEffectScope, Unit> effects, Function0<Highlight> highlight, Function0<Shadow> shadow, Function0<InnerShadow> innerShadow, Function1<GraphicsLayerScope, Unit> layerBlock, LayerBackdrop exportedBackdrop, Function1<DrawScope, Unit> onDrawBehind, Function2<DrawScope, Function1<DrawScope, Unit>, Unit> onDrawBackdrop, Function1<DrawScope, Unit> onDrawSurface, Function1<DrawScope, Unit> onDrawFront)-
-
Method Detail
-
drawPlainBackdrop
final static Modifier drawPlainBackdrop(Modifier $self, Backdrop backdrop, Function0<Shape> shape, Function1<BackdropEffectScope, Unit> effects, Function1<GraphicsLayerScope, Unit> layerBlock, LayerBackdrop exportedBackdrop, Function1<DrawScope, Unit> onDrawBehind, Function2<DrawScope, Function1<DrawScope, Unit>, Unit> onDrawBackdrop, Function1<DrawScope, Unit> onDrawSurface, Function1<DrawScope, Unit> onDrawFront)
-
drawBackdrop
final static Modifier drawBackdrop(Modifier $self, Backdrop backdrop, Function0<Shape> shape, Function1<BackdropEffectScope, Unit> effects, Function0<Highlight> highlight, Function0<Shadow> shadow, Function0<InnerShadow> innerShadow, Function1<GraphicsLayerScope, Unit> layerBlock, LayerBackdrop exportedBackdrop, Function1<DrawScope, Unit> onDrawBehind, Function2<DrawScope, Function1<DrawScope, Unit>, Unit> onDrawBackdrop, Function1<DrawScope, Unit> onDrawSurface, Function1<DrawScope, Unit> onDrawFront)
-
-
-
-