setHtml method

void setHtml(
  1. String? html
)

Implementation

void setHtml(String? html) => state = state.copyWith(html: html);