setDrawableStartTint method

void setDrawableStartTint(
  1. Color? value
)

Implementation

void setDrawableStartTint(Color? value) {
  onNotifyWithCallback(() => drawableStartTint = value);
}