menu
psdk_fruit_tspl package
documentation
psdk_fruit_tspl.dart
BasicTSPL<T extends BasicTSPL<T>>
text method
text method
dark_mode
light_mode
text
method
T
text
(
{
required
TText
arg
,
})
打印文本
Implementation
T text({required TText arg}) { return push(arg); }
psdk_fruit_tspl package
documentation
psdk_fruit_tspl
BasicTSPL<T extends BasicTSPL<T>>
text method
BasicTSPL class