MandateTextElement
data class MandateTextElement(val identifier: IdentifierSpec, val stringResId: Int, val args: List<String>, val topPadding: Dp = 8.dp, val controller: InputController? = null) : FormElement
Constructors
Link copied to clipboard
constructor(identifier: IdentifierSpec, stringResId: Int, args: List<String>, topPadding: Dp = 8.dp, controller: InputController? = null)