setPinTitleValue method

void setPinTitleValue(
  1. String title
)

Implementation

void setPinTitleValue(String title) {
  state = state.copyWith(pinTitle: title);
}