textBox method

T textBox({
  1. required TTextBox arg,
})

打印文本框

Implementation

T textBox({required TTextBox arg}) {
  return push(arg);
}