File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change
1
+ // Copyright 2024 The Flutter team. All rights reserved.
2
+ // Use of this source code is governed by a BSD-style license that can be
3
+ // found in the LICENSE file.
4
+
1
5
import 'package:flutter/material.dart' ;
2
6
import 'package:flutter/services.dart' ;
3
7
Original file line number Diff line number Diff line change @@ -2506,7 +2506,7 @@ class _ComponentDecorationState extends State<ComponentDecoration> {
2506
2506
mainAxisAlignment: MainAxisAlignment .center,
2507
2507
children: [
2508
2508
Text (widget.label,
2509
- style: Theme .of (context).textTheme.titleSmall ),
2509
+ style: Theme .of (context).textTheme.titleMedium ),
2510
2510
Tooltip (
2511
2511
message: widget.tooltipMessage,
2512
2512
child: const Padding (
Original file line number Diff line number Diff line change
1
+ // Copyright 2024 The Flutter team. All rights reserved.
2
+ // Use of this source code is governed by a BSD-style license that can be
3
+ // found in the LICENSE file.
4
+
1
5
import 'package:flutter/material.dart' ;
2
6
3
7
import '../color_box.dart' ;
You can’t perform that action at this time.
0 commit comments