Skip to content

Commit bd09ba0

Browse files
authored
Adding copyright license to recently added files. Minor text label tweak. (#2450)
1 parent eb47a72 commit bd09ba0

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

material_3_demo/lib/color_box.dart

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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+
15
import 'package:flutter/material.dart';
26
import 'package:flutter/services.dart';
37

material_3_demo/lib/component_screen.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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(

material_3_demo/lib/scheme.dart

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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+
15
import 'package:flutter/material.dart';
26

37
import '../color_box.dart';

0 commit comments

Comments
 (0)