setTabIconTint method

void setTabIconTint(
  1. Color? value
)

Implementation

void setTabIconTint(Color? value) {
  onNotifyWithCallback(() => tabIconTint = value);
}