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