ShakeEmail constructor

ShakeEmail(
  1. String key,
  2. String? label, {
  3. String initialValue = "",
  4. bool required = false,
  5. String? labelRes,
})

Implementation

ShakeEmail(
  this.key,
  this.label, {
  this.initialValue = "",
  this.required = false,
  this.labelRes,
}) : super('email');