Change the code sample (#79743)

This commit is contained in:
Abhishek Ghaskata 2021-04-07 08:59:02 +05:30 committed by GitHub
parent 531d99f0fa
commit e54e33c675
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -92,7 +92,7 @@ enum DismissDirection {
/// key: ValueKey<int>(items[index]),
/// onDismissed: (DismissDirection direction) {
/// setState(() {
/// items.remove(index);
/// items.removeAt(index);
/// });
/// },
/// );