TabController constructor
Creates a TabController with the given length and optional initialIndex.
Implementation
TabController({
int initialIndex = 0,
required int length,
}) : _index = initialIndex,
_length = length;
Creates a TabController with the given length and optional initialIndex.
TabController({
int initialIndex = 0,
required int length,
}) : _index = initialIndex,
_length = length;