menu
psdk_fruit_tspl package
documentation
psdk_fruit_tspl.dart
BasicTSPL<T extends BasicTSPL<T>>
cleanFlash method
cleanFlash method
dark_mode
light_mode
cleanFlash
method
T
cleanFlash
(
{
required
int
index
,
})
清除位图
Implementation
T cleanFlash({required int index}) { return push(TCleanBmpFlash(index: index)); }
psdk_fruit_tspl package
documentation
psdk_fruit_tspl
BasicTSPL<T extends BasicTSPL<T>>
cleanFlash method
BasicTSPL class