Fixed a typo in a FAB build debugPrint message (#52034)

This commit is contained in:
Hans Muller 2020-03-05 16:08:44 -08:00 committed by GitHub
parent 92ce53cc6e
commit a68f96ae3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -436,7 +436,7 @@ class FloatingActionButton extends StatelessWidget {
'FloatingActionButtons using ThemeData.accentIconTheme '
'has been deprecated. Please use ThemeData.floatingActionButtonTheme '
'instead. See '
'https://flutter.dev/docs/release/breaking-changes/fab_accent_dependency. '
'https://flutter.dev/go/remove-fab-accent-theme-dependency. '
'This feature was deprecated after v1.13.2.'
);
}