ImpactLocationTF constructor
ImpactLocationTF({
- TextEditingController? TFCtrl,
- String? HintTextEmpty,
- String? HintTextWrong,
- TextDirection? TxtDirection,
- dynamic OnChangeDo,
- bool? TFEnabled,
- String? HintText,
- TFDecoration? TFDecor,
- bool? ShowIcon,
- Widget? PrefixIcon,
- Color? BoxIcClr,
Implementation
ImpactLocationTF({
this.TFCtrl,
this.HintTextEmpty,
this.HintTextWrong,
this.TxtDirection,
this.OnChangeDo,
this.TFEnabled,
this.HintText,
this.TFDecor,
this.ShowIcon,
this.PrefixIcon,
this.BoxIcClr,
});