empty static method

Text empty()
override

create Text Empty

Implementation

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