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

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.
///