Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type View ¶
type View struct {
view.Embed
PaintStyle *paint.Style
Text *text.Text
Style *text.Style
PlaceholderText *text.Text
PlaceholderStyle *text.Style
SecureTextEntry bool
KeyboardType keyboard.Type
KeyboardAppearance keyboard.Appearance
KeyboardReturnType keyboard.ReturnType
Responder *keyboard.Responder
Multiline bool
OnTextChange func(*text.Text)
OnSubmit func()
OnFocus func(*keyboard.Responder)
// contains filtered or unexported fields
}
View mutates the Text and StyledText fields in place.
Click to show internal directories.
Click to hide internal directories.