menu
tcic_client_ui package
documentation
ui_component/player_component/player_component.dart
PlayerComponent
onProgress property
onProgress property
dark_mode
light_mode
onProgress
property
void Function
(
int
positionSec
)
?
onProgress
final
播放进度回调,单位:秒
Implementation
final void Function(int positionSec)? onProgress;
tcic_client_ui package
documentation
ui_component/player_component/player_component
PlayerComponent
onProgress property
PlayerComponent class