Unverified Commit 822a4d67 authored by Alberto's avatar Alberto Committed by GitHub

chore: Updated AutofillContextAction documentation (#97245)

parent fdf8627c
......@@ -96,8 +96,7 @@ class AutofillGroup extends StatefulWidget {
/// {@macro flutter.services.TextInput.finishAutofillContext}
///
/// Defaults to [AutofillContextAction.commit], which prompts the platform to
/// save the user input and destroy the current autofill context. No action
/// will be taken if [onDisposeAction] is set to null.
/// save the user input and destroy the current autofill context.
final AutofillContextAction onDisposeAction;
@override
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment