The size this AppBar prefers to be. Accounts for the height of the bottom widget if present.
@override Size get preferredSize { final bottomHeight = bottom?.preferredSize.height ?? 0; return Size.fromHeight(kToolbarHeight + bottomHeight); }