AddressController

This is the controller for a section with a changing number and set of fields. This is in contrast to the SectionController which is a section in which the fields in it do not change.

Constructors

Link copied to clipboard
constructor(fieldsFlowable: Flow<List<SectionFieldElement>>)

Properties

Link copied to clipboard
open override val error: Flow<FieldError?>
Link copied to clipboard
Link copied to clipboard
val label: Int? = null

Functions

Link copied to clipboard
open override fun ComposeUI(enabled: Boolean, field: SectionFieldElement, modifier: Modifier, hiddenIdentifiers: Set<IdentifierSpec>, lastTextFieldIdentifier: IdentifierSpec?, nextFocusDirection: FocusDirection, previousFocusDirection: FocusDirection)