Package 

Class DrawBackdropModifierKt

    • Method Summary

      Modifier and Type Method Description
      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)
      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)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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)