AutofillGroup
Groups autofillable controls such as TextField
or CupertinoTextField
.
Examples
Basic example
python/controls/input-and-selections/autofill-group/autofill-example.py
loading...

Properties
content
The content control of this group.
Value is of type Control
.
dispose_action
The action to be run when this AutofillGroup
is the topmost AutofillGroup
and it's being disposed, in order to clean
up the current autofill context.
Value is of type AutofillGroupDisposeAction
and defaults
to AutofillGroupDisposeAction.COMMIT
.