We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a005f8 commit f94b1e1Copy full SHA for f94b1e1
packages/flutter/lib/src/material/tooltip.dart
@@ -273,8 +273,8 @@ class Tooltip extends StatefulWidget {
273
///
274
/// The tooltip shape defaults to a rounded rectangle with a border radius of
275
/// 4.0. Tooltips will also default to an opacity of 90% and with the color
276
- /// [Colors.grey]\[700\] if [ThemeData.brightness] is [Brightness.dark], and
277
- /// [Colors.white] if it is [Brightness.light].
+ /// [Colors.grey]\[700\] if [ThemeData.brightness] is [Brightness.light], and
+ /// [Colors.white] if it is [Brightness.dark].
278
final Decoration? decoration;
279
280
/// The style to use for the message of the tooltip.
0 commit comments