menu
antd_flutter_mobile package
documentation
components/input/index.dart
AntdInputBase<WidgetType>
obscureIcon property
obscureIcon property
dark_mode
light_mode
obscureIcon
property
bool
obscureIcon
final
是否显示密码可见性切换图标(仅当obscureText=true时有效)
Implementation
final bool obscureIcon;
antd_flutter_mobile package
documentation
components/input/index
AntdInputBase<WidgetType>
obscureIcon property
AntdInputBase class