menu
nice2dev_flutter_ui
editors\nice_editors2.dart
NicePasswordRule
NicePasswordRule.new const constructor
NicePasswordRule.new
dark_mode
light_mode
NicePasswordRule
constructor
const
NicePasswordRule
(
{
required
String
label
,
required
bool
test
(
String
password
),
})
Implementation
const NicePasswordRule({required this.label, required this.test});
nice2dev_flutter_ui
nice_editors2
NicePasswordRule
NicePasswordRule.new const constructor
NicePasswordRule class