mirror of
https://github.com/flutter/samples.git
synced 2026-04-24 07:51:04 +00:00
Update for Material changes & run rebuild scripts (#1412)
This commit is contained in:
@@ -60,13 +60,13 @@ class _SavedRuleTileState extends State<SavedRuleTile> {
|
||||
: null,
|
||||
title: Text(
|
||||
rule.name,
|
||||
style: textTheme.subtitle1!.copyWith(
|
||||
style: textTheme.titleMedium!.copyWith(
|
||||
fontWeight: FontWeight.w700,
|
||||
),
|
||||
),
|
||||
subtitle: Text(
|
||||
rule.description,
|
||||
style: textTheme.caption!,
|
||||
style: textTheme.bodySmall!,
|
||||
),
|
||||
initiallyExpanded: isExpanded,
|
||||
onExpansionChanged: (value) {
|
||||
@@ -88,7 +88,7 @@ class _SavedRuleTileState extends State<SavedRuleTile> {
|
||||
children: [
|
||||
TextSpan(
|
||||
text: 'Group:',
|
||||
style: textTheme.subtitle2,
|
||||
style: textTheme.titleSmall,
|
||||
),
|
||||
TextSpan(
|
||||
text: ' ${rule.group}',
|
||||
@@ -102,7 +102,7 @@ class _SavedRuleTileState extends State<SavedRuleTile> {
|
||||
children: [
|
||||
TextSpan(
|
||||
text: 'Maturity:',
|
||||
style: textTheme.subtitle2,
|
||||
style: textTheme.titleSmall,
|
||||
),
|
||||
TextSpan(
|
||||
text: ' ${rule.maturity}',
|
||||
@@ -116,7 +116,7 @@ class _SavedRuleTileState extends State<SavedRuleTile> {
|
||||
children: [
|
||||
TextSpan(
|
||||
text: 'Incompatible:',
|
||||
style: textTheme.subtitle2,
|
||||
style: textTheme.titleSmall,
|
||||
),
|
||||
TextSpan(
|
||||
text: ' $incompatibleString',
|
||||
@@ -130,7 +130,7 @@ class _SavedRuleTileState extends State<SavedRuleTile> {
|
||||
children: [
|
||||
TextSpan(
|
||||
text: 'Sets:',
|
||||
style: textTheme.subtitle2,
|
||||
style: textTheme.titleSmall,
|
||||
),
|
||||
TextSpan(
|
||||
text: ' $setsString',
|
||||
|
||||
Reference in New Issue
Block a user