text method

Txt text(
  1. String? text
)

@fixed ~ set text

Implementation

Txt text(String? text) => resolve(text, #text);