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