AttachmentPanelComponent

constructor(context: Context, width: Int = WRAP_CONTENT, height: Int = WRAP_CONTENT, alignment: AttachmentPanelComponent.Alignment = Alignment.UNSPECIFIED)

Parameters

context

The Android context.

width

The width of the panel. Defaults to WRAP_CONTENT.

height

The height of the panel. Defaults to WRAP_CONTENT.

alignment

The alignment of the panel relative to the entity.