align method

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

Implementation

@override
AppBarAlignmentCommand? align(
  AppBarPosition appBar,
  NestedScrollPosition scroll,
) {
  return null;
}