ContextIndex constructor

ContextIndex(
  1. BuildContext context,
  2. int index
)

Implementation

ContextIndex(this.context, this.index);