activeStr method

String activeStr(
  1. int index
)

Implementation

String activeStr(int index) {
  return '${activeTabIndex == index}';
}