CTextFormFieldControl.empty constructor

CTextFormFieldControl.empty({
  1. bool enable = true,
  2. String? error,
  3. bool obscureText = false,
})

Implementation

CTextFormFieldControl.empty({
  this.enable = true,
  this.error,
  this.obscureText = false,
}) : text = '';