Email constructor

Email({
  1. double? fontSize,
  2. double? textFieldWidth,
})

Implementation

Email({
  this.fontSize,
  this.textFieldWidth,
});