We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e0280e commit 045632aCopy full SHA for 045632a
packages/devtools_app/lib/src/shared/console/widgets/display_provider.dart
@@ -60,7 +60,6 @@ class OverflowingText extends StatelessWidget {
60
}
61
62
63
-
64
class _DisplayProviderState extends State<DisplayProvider> {
65
bool isHovered = false;
66
@override
@@ -279,10 +278,7 @@ class DapDisplayProvider extends StatelessWidget {
279
278
TextSpan(text: ': ', style: theme.fixedFontStyle),
280
// TODO(https://github.com/flutter/devtools/issues/6056): Change text
281
// style based on variable type.
282
- TextSpan(
283
- text: value,
284
- style: theme.subtleFixedFontStyle,
285
- ),
+ TextSpan(text: value, style: theme.subtleFixedFontStyle),
286
],
287
),
288
);
0 commit comments