PopMenuConfig class

长按弹框开关配置

Constructors

PopMenuConfig({bool? enableForward, bool? enableCopy, bool? enableReply, bool? enablePin, bool? enableMultiSelect, bool? enableCollect, bool? enableDelete, bool? enableRevoke})

Properties

enableCollect bool?
收藏
getter/setter pair
enableCopy bool?
复制
getter/setter pair
enableDelete bool?
删除
getter/setter pair
enableForward bool?
转发
getter/setter pair
enableMultiSelect bool?
多选
getter/setter pair
enablePin bool?
Pin
getter/setter pair
enableReply bool?
回复
getter/setter pair
enableRevoke bool?
撤回
getter/setter pair
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