appBarTheme function

AppBarTheme appBarTheme(
  1. BuildContext context
)

Implementation

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