Adding copyright license to recently added files. Minor text label tweak. (#2450)

pull/2451/head
James Williams 1 month ago committed by GitHub
parent eb47a728ce
commit bd09ba04f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,3 +1,7 @@
// Copyright 2024 The Flutter team. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'package:flutter/material.dart';
import 'package:flutter/services.dart';

@ -2506,7 +2506,7 @@ class _ComponentDecorationState extends State<ComponentDecoration> {
mainAxisAlignment: MainAxisAlignment.center,
children: [
Text(widget.label,
style: Theme.of(context).textTheme.titleSmall),
style: Theme.of(context).textTheme.titleMedium),
Tooltip(
message: widget.tooltipMessage,
child: const Padding(

@ -1,3 +1,7 @@
// Copyright 2024 The Flutter team. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'package:flutter/material.dart';
import '../color_box.dart';

Loading…
Cancel
Save