TextFiledMaterialD constructor

const TextFiledMaterialD(
  1. {Key key,
  2. String name,
  3. TextEditingController controller,
  4. Color color,
  5. Color textColor,
  6. double fontSize,
  7. double lableSize,
  8. bool obscureText,
  9. int maxline}
)

Implementation

const TextFiledMaterialD(
    {Key key,
    this.name,
    this.controller,
    this.color,
    this.textColor,
    this.fontSize,
    this.lableSize,
    this.obscureText,
    this.maxline})
    : super(key: key);