Examer Single Line Text Field
A single lined material themed OutlinedTextField with custom color presets that match the app's theme.
Parameters
a Modifier for this text field
the input text to be shown in the text field
the optional placeholder to be displayed when the text field is in focus and the input text is empty.
the optional leading icon to be displayed at the beginning of the text field container.
the optional trailing icon to be displayed at the end of the text field container
keyboardActions when the input service emits an IME action, the corresponding callback is called. KeyboardOptions.imeAction
indicates if the text field's current value is in error. If set to true, the label, bottom indicator and trailing icon by default will be displayed in error color
transforms the visual representation of the input value
the optional label to be displayed inside the text field container.
the callback that is triggered when the input service updates the text. An updated text comes as a parameter of the callback