static void setTs({ Color? txColor, Color? bgColor, child, }) { tsTxColor = txColor; tsBgColor = bgColor; tsChild = child; }