menu
tcic_client_ui package
documentation
ui_component/im_chat/im_group_notification.dart
TextCountState
updateCount method
updateCount method
dark_mode
light_mode
updateCount
method
dynamic
updateCount
(
int
curCount
)
Implementation
updateCount(int curCount) { setState(() { count = curCount; }); }
tcic_client_ui package
documentation
ui_component/im_chat/im_group_notification
TextCountState
updateCount method
TextCountState class