Secure Text Box
Represents a Material UI styled text box for secure fields.
Overview
Initializers
SecureTextBox(_ titleKey: String, text: Binding<String>)SecureTextBox(
systemImage: String,
_ titleKey: String,
text: Binding<String>
)SecureTextBox(
systemImage: String,
_ titleKey: String,
text: Binding<String>,
background: Color
)Parameters
Modifier
Example








Last updated