setTabIndicator method

void setTabIndicator(
  1. Decoration? value
)

Implementation

void setTabIndicator(Decoration? value) {
  onNotifyWithCallback(() => tabIndicator = value);
}