Text Input Inspector View
constructor(@NonNull context: Context, @NonNull label: String, @NonNull defaultValue: String, @Nullable listener: TextInputInspectorView.TextInputListener)
Construct text picker.
Parameters
context
The context to use.
label
The label to display next to the selected text.
default Value
The default text that is entered.
listener
Listener to notify of text changes.