values property
Set of all values of ScrollViewContentInsetAdjustmentBehavior.
Implementation
static final Set<ScrollViewContentInsetAdjustmentBehavior> values = [
ScrollViewContentInsetAdjustmentBehavior.ALWAYS,
ScrollViewContentInsetAdjustmentBehavior.AUTOMATIC,
ScrollViewContentInsetAdjustmentBehavior.NEVER,
ScrollViewContentInsetAdjustmentBehavior.SCROLLABLE_AXES,
].toSet();