empty static method

RichText empty()
override

create RichText Empty

Implementation

static RichText empty() {
  return RichText({});
}