align abstract method

Determines the alignment of the appbar based on appbar position and scroll.

Implementation

AppBarAlignmentCommand? align(
  AppBarPosition appBar,
  NestedScrollPosition scroll,
);