setTabIndicatorHeight method

void setTabIndicatorHeight(
  1. double value
)

Implementation

void setTabIndicatorHeight(double value) {
  onNotifyWithCallback(() => tabIndicatorHeight = value);
}