assertForPages property

bool assertForPages
final

Whether to throw assert error when children length does not match with TabController, default to true.

Note that the scroll physics must be deal with manually if this property is set to false.

Implementation

final bool assertForPages;