TextFieldWidget constructor

const TextFieldWidget({
  1. Key? key,
  2. required Map item,
  3. required int backcolor,
  4. dynamic typeOwner,
  5. dynamic name,
  6. dynamic id,
  7. int? gBackgroundColor,
})

Implementation

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