setText abstract method

bool setText(
  1. String runName,
  2. String value, {
  3. String? path,
})

Set a text run value with runName at optional path to value.

Implementation

bool setText(String runName, String value, {String? path});