Factory
class Factory(initialWidth: Dp? = null, initialHeight: Dp? = null) : ModifierFieldValueFactory<SizeModifierFieldValue>
Factory for creating SizeModifierFieldValue instances with configurable initial values.
Parameters
initialWidth
Initial width value for the component
initialHeight
Initial height value for the component