text method

T text({
  1. required TText arg,
})

打印文本

Implementation

T text({required TText arg}) {
  return push(arg);
}