VisibilityToggle constructor
const
VisibilityToggle({
- Key? key,
- ValueChanged<
bool> ? onVisibilityChanged, - bool obscureText = true,
Implementation
const VisibilityToggle({
super.key,
this.onVisibilityChanged,
this.obscureText = true,
});