fractions property

Set<double> fractions
final

A set of fraction where:

  • 0 represents the bottom of the viewport.
  • 1 represents the top of the viewport.

Each fraction defines a relative snapping position as a proportion of the available viewport height.

Implementation

final Set<double> fractions;