ALWAYS constant

ScrollViewContentInsetAdjustmentBehavior const ALWAYS

Always include the safe area insets in the content adjustment.

Implementation

static const ALWAYS = ScrollViewContentInsetAdjustmentBehavior._internal(
  3,
  3,
);