menu
hubble_widget_library package
documentation
widgets_v2/widget_repository/widget_repository.dart
TextInput
shouldObscureText method
shouldObscureText method
dark_mode
light_mode
shouldObscureText
method
bool
shouldObscureText
(
)
Implementation
bool shouldObscureText() { return this == XTextInputType.password; }
hubble_widget_library package
documentation
widgets_v2/widget_repository/widget_repository
TextInput
shouldObscureText method
TextInput extension on XTextInputType