TextFieldWidget constructor
const
TextFieldWidget({})
Implementation
const TextFieldWidget(
{super.key,
required this.item,
required this.backcolor,
this.typeOwner,
this.name,
this.id,
int? gBackgroundColor});