setTitle method

void setTitle(
  1. String title
)

Implementation

void setTitle(String title) => state = state.copyWith(title: title);