values property

Set of all values of ScrollViewDecelerationRate.

Implementation

static final Set<ScrollViewDecelerationRate> values = [
  ScrollViewDecelerationRate.FAST,
  ScrollViewDecelerationRate.NORMAL,
].toSet();