ShakeTitle constructor

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

Implementation

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