setTintColor method

void setTintColor(
  1. Color color
)

Implementation

void setTintColor(Color color) {
  throw UnimplementedError('setTintColor() has not been implemented.');
}