CardSettingsPhone constructor

CardSettingsPhone({
  1. Key? key,
  2. String label = 'Phone',
  3. double? labelWidth,
  4. TextAlign? labelAlign,
  5. String? hintText,
  6. String? prefixText,
  7. TextAlign? contentAlign,
  8. int? initialValue,
  9. bool contentOnNewLine = false,
  10. int maxLength = 20,
  11. Icon? icon,
  12. Widget? requiredIndicator,
  13. bool visible = true,
  14. bool enabled = true,
  15. bool autofocus = false,
  16. bool obscureText = false,
  17. bool autocorrect = false,
  18. AutovalidateMode autovalidateMode = AutovalidateMode.onUserInteraction,
  19. FormFieldValidator<int>? validator,
  20. FormFieldSetter<int>? onSaved,
  21. ValueChanged<int?>? onChanged,
  22. TextEditingController? controller,
  23. FocusNode? focusNode,
  24. TextInputAction? inputAction,
  25. FocusNode? inputActionNode,
  26. TextInputType? keyboardType,
  27. TextStyle? style,
  28. MaxLengthEnforcement? maxLengthEnforcement = MaxLengthEnforcement.enforced,
  29. ValueChanged<String>? onFieldSubmitted,
  30. List<TextInputFormatter>? inputFormatters,
  31. bool? showMaterialonIOS,
  32. EdgeInsetsGeometry? fieldPadding,
})

Implementation

CardSettingsPhone({
  Key? key,
  this.label = 'Phone',
  this.labelWidth,
  this.labelAlign,
  this.hintText,
  this.prefixText,
  this.contentAlign,
  this.initialValue,
  this.contentOnNewLine = false,
  this.maxLength = 20,
  this.icon,
  this.requiredIndicator,
  this.visible = true,
  this.enabled = true,
  this.autofocus = false,
  this.obscureText = false,
  this.autocorrect = false,
  this.autovalidateMode = AutovalidateMode.onUserInteraction,
  this.validator,
  this.onSaved,
  this.onChanged,
  this.controller,
  this.focusNode,
  this.inputAction,
  this.inputActionNode,
  this.keyboardType,
  this.style,
  this.maxLengthEnforcement = MaxLengthEnforcement.enforced,
  this.onFieldSubmitted,
  this.inputFormatters,
  this.showMaterialonIOS,
  this.fieldPadding,
});