setTabIndicatorFullWidth method

void setTabIndicatorFullWidth(
  1. bool value
)

Implementation

void setTabIndicatorFullWidth(bool value) {
  onNotifyWithCallback(() => tabIndicatorFullWidth = value);
}