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