SeparatorProperties<T> constructor

const SeparatorProperties<T>({
  1. required int index,
})

Implementation

const SeparatorProperties({
  required this.index,
});