appBarBreakpoint property
An optional Breakpoint which overrides the appBar breakpoint to display an AppBar without depending on the drawer visibility.
By default, an AppBar will show on Breakpoints.smallDesktop if useDrawer is set to true.
Implementation
final Breakpoint? appBarBreakpoint;