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:
@@ -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,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user