SheetContent

@Stable
abstract class SheetContent<A : Any> : BasicSheet<A>

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

是否打开

Functions

Link copied to clipboard
@CallSuper
open fun close()

关闭

Link copied to clipboard
@Composable
fun Land()
Link copied to clipboard
fun open(args: A)