initial property

  1. @override
List<int>? initial
final

The initial indexes. Defaults to all zeros.

Contract

Throws AssertionError if initial and controller are both provided.

Implementation

@override
final List<int>? initial;