setTabMargin method

void setTabMargin(
  1. EdgeInsets? value
)

Implementation

void setTabMargin(EdgeInsets? value) {
  onNotifyWithCallback(() => tabMargin = value);
}