Property definitions

app $ TextInput :: defaultinit
# A control for the user to enter custom `text`
class TextInput
	super TextView

	# Hide password or any content entered in this view?
	var is_password: nullable Bool is writable
end
lib/app/ui.nit:260,1--266,3