getTabIndicatorCenterX method

double getTabIndicatorCenterX(
  1. double width
)

Implementation

double getTabIndicatorCenterX(double width) {
  return width / 2;
}