appBarTheme function

AppBarThemeData appBarTheme(
  1. BuildContext context
)

Implementation

AppBarThemeData appBarTheme(BuildContext context) {
  return theme(context).appBarTheme;
}