mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-12 02:57:22 +00:00
@@ -2212,8 +2212,7 @@ Widget unreadMessageCountBuilder(RxInt? count,
|
||||
)));
|
||||
}
|
||||
|
||||
Widget unreadTopRightBuilder(RxInt? count,
|
||||
{Widget? icon, double? size, double? fontSize}) {
|
||||
Widget unreadTopRightBuilder(RxInt? count, {Widget? icon}) {
|
||||
return Stack(
|
||||
children: [
|
||||
icon ?? Icon(Icons.chat),
|
||||
|
||||
Reference in New Issue
Block a user