Reference

AutofillGroup

AutofillGroup

AutofillGroup control. Build it with the autofill_group helper.

Example

autofill_group(
  text_field(label: "Email", autofill_hints: ["email"])
)

Properties

  • content — The single child control rendered inside this control.
  • dispose_action

Plus the common layout and animation properties shared by most controls (expand, visible, disabled, opacity, width, height, align, tooltip, animate_*, …).

Reference

  • Family: shared
  • Widget type: autofillgroup
  • Helper: autofill_group