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