SectionController
class SectionController(@StringRes label: Int?, sectionFieldErrorControllers: List<SectionFieldErrorController>) : Controller
Content copied to clipboard
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>)
Content copied to clipboard