setTint method

void setTint(
  1. Color value
)

Implementation

void setTint(Color value) {
  _callback(() {
    tint = value;
  });
}