menu
flutter_defend package
documentation
widgets/secureinputfield.dart
SecureInputField
preventPaste property
preventPaste property
dark_mode
light_mode
preventPaste
property
bool
preventPaste
final
是否禁止用户粘贴内容,默认关闭。
启用后将禁用长按弹出的粘贴菜单,防止复制攻击 Payload。
Implementation
final bool preventPaste;
flutter_defend package
documentation
widgets/secureinputfield
SecureInputField
preventPaste property
SecureInputField class