setTema method

void setTema(
  1. String newTema
)

Implementation

void setTema(String newTema) {
  tema = newTema;
}