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