Skip to content

Commit 68baeb0

Browse files
DeviArunaMsumathijayaraj
authored andcommitted
color removed from appbar title
1 parent 921125d commit 68baeb0

28 files changed

+0
-28
lines changed

lib/samples/gauge/animation/radial_bounceout.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ class _RadialBounceOutExampleState extends State<RadialBounceOutExample> {
7676
sideDrawer: null,
7777
headerClosingHeight: 350,
7878
titleVisibleOnPanelClosed: true,
79-
color: model.cardThemeColor,
8079
borderRadius: BorderRadius.vertical(
8180
top: Radius.circular(12), bottom: Radius.circular(0)),
8281
),

lib/samples/gauge/animation/radial_easeanimation.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ class _RadialEaseExampleState extends State<RadialEaseExample> {
7878
sideDrawer: null,
7979
headerClosingHeight: 350,
8080
titleVisibleOnPanelClosed: true,
81-
color: model.cardThemeColor,
8281
borderRadius: BorderRadius.vertical(
8382
top: Radius.circular(12), bottom: Radius.circular(0)),
8483
),

lib/samples/gauge/animation/radial_easeincirc.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ class _RadialEaseInCircExampleState extends State<RadialEaseInCircExample> {
7878
sideDrawer: null,
7979
headerClosingHeight: 350,
8080
titleVisibleOnPanelClosed: true,
81-
color: model.cardThemeColor,
8281
borderRadius: BorderRadius.vertical(
8382
top: Radius.circular(12), bottom: Radius.circular(0)),
8483
),

lib/samples/gauge/animation/radial_easeout.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ class _RadialEaseOutAnimationState extends State<RadialEaseOutAnimation> {
7878
sideDrawer: null,
7979
headerClosingHeight: 350,
8080
titleVisibleOnPanelClosed: true,
81-
color: model.cardThemeColor,
8281
borderRadius: BorderRadius.vertical(
8382
top: Radius.circular(12), bottom: Radius.circular(0)),
8483
),

lib/samples/gauge/animation/radial_elasticout.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ class _RadialElasticOutAnimationState extends State<RadialElasticOutAnimation> {
7878
sideDrawer: null,
7979
headerClosingHeight: 350,
8080
titleVisibleOnPanelClosed: true,
81-
color: model.cardThemeColor,
8281
borderRadius: BorderRadius.vertical(
8382
top: Radius.circular(12), bottom: Radius.circular(0)),
8483
),

lib/samples/gauge/animation/radial_linearanimation.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ class _RadialLinearAnimationState extends State<RadialLinearAnimation> {
7878
sideDrawer: null,
7979
headerClosingHeight: 350,
8080
titleVisibleOnPanelClosed: true,
81-
color: model.cardThemeColor,
8281
borderRadius: BorderRadius.vertical(
8382
top: Radius.circular(12), bottom: Radius.circular(0)),
8483
),

lib/samples/gauge/animation/radial_slowmiddle.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ class _RadialSlowMiddleAnimationState extends State<RadialSlowMiddleAnimation> {
7878
sideDrawer: null,
7979
headerClosingHeight: 350,
8080
titleVisibleOnPanelClosed: true,
81-
color: model.cardThemeColor,
8281
borderRadius: BorderRadius.vertical(
8382
top: Radius.circular(12), bottom: Radius.circular(0)),
8483
),

lib/samples/gauge/annotation/direction_compass.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ class _RadialCompassState extends State<RadialCompass> {
7676
sideDrawer: null,
7777
headerClosingHeight: 350,
7878
titleVisibleOnPanelClosed: true,
79-
color: model.cardThemeColor,
8079
borderRadius: BorderRadius.vertical(
8180
top: Radius.circular(12), bottom: Radius.circular(0)),
8281
),

lib/samples/gauge/annotation/image_annotation.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ class _RadialImageAnnotationState extends State<RadialImageAnnotation> {
7676
sideDrawer: null,
7777
headerClosingHeight: 350,
7878
titleVisibleOnPanelClosed: true,
79-
color: model.cardThemeColor,
8079
borderRadius: BorderRadius.vertical(
8180
top: Radius.circular(12), bottom: Radius.circular(0)),
8281
),

lib/samples/gauge/annotation/text_annotation.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ class _RadialTextAnnotationState extends State<RadialTextAnnotation> {
7676
sideDrawer: null,
7777
headerClosingHeight: 350,
7878
titleVisibleOnPanelClosed: true,
79-
color: model.cardThemeColor,
8079
borderRadius: BorderRadius.vertical(
8180
top: Radius.circular(12), bottom: Radius.circular(0)),
8281
),

0 commit comments

Comments
 (0)