Unverified Commit fd37a50f authored by Darren Austin's avatar Darren Austin Committed by GitHub

Removed GridTileBar accentColor dependency. (#78574)

parent 31e75ec7
......@@ -67,12 +67,7 @@ class GridTileBar extends StatelessWidget {
end: trailing != null ? 8.0 : 16.0,
);
final ThemeData theme = Theme.of(context);
final ThemeData darkTheme = ThemeData(
brightness: Brightness.dark,
accentColor: theme.accentColor,
accentColorBrightness: theme.accentColorBrightness,
);
final ThemeData darkTheme = ThemeData.dark();
return Container(
padding: padding,
decoration: decoration,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment