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+
15import 'package:flutter/material.dart' ;
26import 'package:flutter/services.dart' ;
37
Original file line number Diff line number Diff line change @@ -2506,7 +2506,7 @@ class _ComponentDecorationState extends State<ComponentDecoration> {
25062506 mainAxisAlignment: MainAxisAlignment .center,
25072507 children: [
25082508 Text (widget.label,
2509- style: Theme .of (context).textTheme.titleSmall ),
2509+ style: Theme .of (context).textTheme.titleMedium ),
25102510 Tooltip (
25112511 message: widget.tooltipMessage,
25122512 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+
15import 'package:flutter/material.dart' ;
26
37import '../color_box.dart' ;
You can’t perform that action at this time.
0 commit comments