siblings property

  1. @override
int? siblings
final

The number of sibling pages to show. Defaults to 1.

Contract

Throws AssertionError if siblings and controller are both provided.

Implementation

@override
final int? siblings;