File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -321,12 +321,12 @@ class _GFAppBarState extends State<GFAppBar> {
321321 IconThemeData actionsIconTheme = widget.actionsIconTheme ??
322322 appBarTheme.actionsIconTheme ??
323323 overallIconTheme;
324- TextStyle centerStyle = widget.textTheme? .headline ??
325- appBarTheme.textTheme? .headline ??
326- theme.primaryTextTheme.headline ;
327- TextStyle sideStyle = widget.textTheme? .body1 ??
328- appBarTheme.textTheme? .body1 ??
329- theme.primaryTextTheme.body1 ;
324+ TextStyle centerStyle = widget.textTheme? .headline1 ??
325+ appBarTheme.textTheme? .headline1 ??
326+ theme.primaryTextTheme.headline1 ;
327+ TextStyle sideStyle = widget.textTheme? .bodyText1 ??
328+ appBarTheme.textTheme? .bodyText1 ??
329+ theme.primaryTextTheme.bodyText1 ;
330330
331331 if (widget.toolbarOpacity != 1.0 ) {
332332 final double opacity = const Interval (
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ class GFAvatar extends StatelessWidget {
8787 final Color foregroundColor = this .foregroundColor;
8888 assert (debugCheckHasMediaQuery (context));
8989 final ThemeData theme = Theme .of (context);
90- TextStyle textStyle = theme.primaryTextTheme.subtitle .copyWith (
90+ TextStyle textStyle = theme.primaryTextTheme.subtitle1 .copyWith (
9191 color: foregroundColor,
9292 );
9393 Color effectiveBackgroundColor = backgroundColor;
You can’t perform that action at this time.
0 commit comments