hoveredAttachment property

Rx<Attachment?> hoveredAttachment
final

Attachment being hovered.

Implementation

final Rx<Attachment?> hoveredAttachment = Rx(null);