Fix Autofill example (#57319)

This commit is contained in:
Cristian Zazo 2020-05-18 11:27:01 +02:00 committed by GitHub
parent 7e26a1d832
commit e8a7dc466b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@ export 'package:flutter/services.dart' show AutofillHints;
/// viewport. To workaround this problem, ensure clients in the same [AutofillGroup]
/// are built together:
///
/// {@tool dartpad --template=stateful_widget_material}
/// {@tool dartpad --template=stateful_widget_scaffold}
///
/// An example form with autofillable fields grouped into different `AutofillGroup`s.
///