startWith property
starting value from where the sequence starts. startWith value should be greater than or equal to minimum value and less than equal to maximum value.
Implementation
final int? startWith;
starting value from where the sequence starts. startWith value should be greater than or equal to minimum value and less than equal to maximum value.
final int? startWith;