setType method

void setType(
  1. SettingsViewType value
)

Implementation

void setType(SettingsViewType value) {
  onNotifyWithCallback(() => type = value);
}