passwordStrengthLabelBuilder property

(String Function(double strengthProgress)?) passwordStrengthLabelBuilder
final

String builder for password strength label. Parameter strengthProgress ranges from 0 to 1.

Implementation

final String Function(double strengthProgress)? passwordStrengthLabelBuilder;