CustomLayoutOption constructor

CustomLayoutOption({
  1. required int stateCount,
  2. required int startIndex,
})

Implementation

CustomLayoutOption({required this.stateCount, required this.startIndex});