UserProfilePopover class

桌面端用户资料卡片弹出层

使用 OverlayEntry 实现,浮于三栏布局之上。 支持:

  • 拖拽移动(Task 4.2)
  • 最小化/展开切换(Task 4.3)
  • 自身签名编辑(Task 4.4)

Constructors

UserProfilePopover()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

isShowing bool
当前是否正在显示
no setter

Static Methods

dismiss() → void
关闭当前弹层
show({required BuildContext context, required String accountId, Offset? initialOffset, VoidCallback? onSendMessage, VoidCallback? onClose}) → void
显示用户资料浮层