appBar property

AppBarTheme get appBar

AppBar基础样式

Implementation

static AppBarTheme get appBar {
  return const AppBarTheme(
    elevation: 0,
    centerTitle: true,
    scrolledUnderElevation: 0,
  );
}