setMarkdown method

void setMarkdown(
  1. String text
)

Implementation

void setMarkdown(String text) => state = state.copyWith(markdown: text);