Unverified Commit a68f96ae authored by Hans Muller's avatar Hans Muller Committed by GitHub

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

parent 92ce53cc
......@@ -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.'
);
}
......
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