-
- All Implemented Interfaces:
-
com.kyant.backdrop.Backdrop
@Stable() public final class LayerBackdrop implements Backdrop
-
-
Field Summary
Fields Modifier and Type Field Description private final BooleanisCoordinatesDependentprivate final GraphicsLayergraphicsLayer
-
Method Summary
Modifier and Type Method Description BooleangetIsCoordinatesDependent()final GraphicsLayergetGraphicsLayer()UnitdrawBackdrop(DrawScope $self, Density density, LayoutCoordinates coordinates, Function1<GraphicsLayerScope, Unit> layerBlock)-
-
Method Detail
-
getIsCoordinatesDependent
Boolean getIsCoordinatesDependent()
-
getGraphicsLayer
final GraphicsLayer getGraphicsLayer()
-
drawBackdrop
Unit drawBackdrop(DrawScope $self, Density density, LayoutCoordinates coordinates, Function1<GraphicsLayerScope, Unit> layerBlock)
-
-
-
-