setTabIconSize method

void setTabIconSize(
  1. double? value
)

Implementation

void setTabIconSize(double? value) {
  onNotifyWithCallback(() => tabIconSize = value);
}