SectionController

class SectionController(@StringRes val label: Int?, val sectionFieldErrorControllers: List<SectionFieldErrorController>) : Controller

This is the controller for a section with a static number of fields.

Constructors

Link copied to clipboard
fun SectionController(@StringRes label: Int?, sectionFieldErrorControllers: List<SectionFieldErrorController>)

Properties

Link copied to clipboard
val error: Flow<FieldError?>
Link copied to clipboard
val label: Int?