Cherrio LLC
08/14/2024, 6:23 PMTextFieldBehaviour
using NativeModifier, is there away to add padding to the text? It’s too close to the TextField border.Nick
08/15/2024, 2:42 AMview {
+ textField
layout = constrain(textField) {
it.edges eq parent.edges + insets
}
render = {
// draw border when text field has focus
}
}