Factory

Factory class for creating CaptureLayoutRectModifierFieldValue instances

Implements ModifierFieldValueFactory interface to handle creation button display and instance generation in the UI.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
open override val canCreate: Boolean = true

Whether this factory can currently create a new modifier field value. Typically based on the current configuration state.

Link copied to clipboard
open override val title: String

The display title for this modifier type in the UI.

Functions

Link copied to clipboard
open override fun Content(createButton: @Composable () -> Unit)

Renders the configuration UI content for this modifier.

Link copied to clipboard

Creates a new modifier field value instance based on current configuration.