sections property

List<int> sections
final

This list takes number of units of space and progress that each section will take. Example 4, 10, 6, 8 will create 4 sections where first section will go from 0-4 and second will go from 5-14 all the way up to 28 which is the final value. The list cannot accept 0 as a value. Hard refresh is recommended when this list is changed.

Implementation

final List<int> sections;