getAppBar method

PreferredSize getAppBar(
  1. dynamic appBar
)

Implementation

PreferredSize getAppBar(appBar) {
  return PreferredSize(preferredSize: appbarHeight, child: appBar);
}