setTabIconSpace method

void setTabIconSpace(
  1. double? value
)

Implementation

void setTabIconSpace(double? value) {
  onNotifyWithCallback(() => tabIconSpace = value);
}