TextFieldDesign constructor
const
TextFieldDesign({})
Implementation
const TextFieldDesign({
this.text = Colors.white,
this.border = _placeHolderColor,
this.hint = _placeHolderColor,
this.fill = Colors.black,
});