setTrailingSelectedIconTintState method

void setTrailingSelectedIconTintState(
  1. ValueState<Color>? tintState
)

Implementation

void setTrailingSelectedIconTintState(ValueState<Color>? tintState) {
  onNotifyWithCallback(() => trailingSelectedIconTintState = tintState);
}