menu
psdk_fruit_tspl package
documentation
psdk_fruit_tspl.dart
BasicTSPL<T extends BasicTSPL<T>>
autodot method
autodot method
dark_mode
light_mode
autodot
method
T
autodot
(
{
required
bool
enable
,
})
虚化 横向实线变成虚线
Implementation
T autodot({required bool enable}) { return push(TAutoDot(enable: enable)); }
psdk_fruit_tspl package
documentation
psdk_fruit_tspl
BasicTSPL<T extends BasicTSPL<T>>
autodot method
BasicTSPL class