toggleMode method
void
toggleMode()
Implementation
void toggleMode() {
emit(state.copyWith(
contentType: state.contentType.isScrollable ? ScreenContentType.stack : ScreenContentType.scrollable,
));
}
void toggleMode() {
emit(state.copyWith(
contentType: state.contentType.isScrollable ? ScreenContentType.stack : ScreenContentType.scrollable,
));
}