passwordFormatter property

TextInputFormatter passwordFormatter
final

密码

Implementation

static final TextInputFormatter passwordFormatter = FilteringTextInputFormatter.allow(RegExp(r'[a-zA-Z0-9!#\$_-]'));