1
0
mirror of https://github.com/flutter/samples.git synced 2026-05-17 12:28:16 +00:00

Update for Material changes & run rebuild scripts (#1412)

This commit is contained in:
Brett Morgan
2022-09-01 11:01:17 +10:00
committed by GitHub
parent 83f7059d83
commit 9d8aa333ee
167 changed files with 928 additions and 1061 deletions

View File

@@ -96,8 +96,8 @@ class _NavViewState extends State<_NavView> {
appBar: AppBar(
title: Text(
'Flutter Linting Tool',
style: textTheme.subtitle2!.copyWith(
color: textTheme.bodyText1!.color,
style: textTheme.titleSmall!.copyWith(
color: textTheme.bodyLarge!.color,
),
),
toolbarHeight: 38.0,
@@ -218,7 +218,7 @@ class _NavigationRailHeader extends StatelessWidget {
opacity: animation.value,
child: Text(
'Linting Tool',
style: textTheme.bodyText1!.copyWith(
style: textTheme.bodyLarge!.copyWith(
color: AppColors.white50,
),
),
@@ -298,7 +298,7 @@ class _NavigationRailTrailingSection extends StatelessWidget {
const SizedBox(width: 24),
Text(
item,
style: textTheme.bodyText1!.copyWith(
style: textTheme.bodyLarge!.copyWith(
color: navigationRailTheme
.unselectedLabelTextStyle!.color,
),