BadgeConfig class

飘新配置

Constructors

BadgeConfig({required bool showBage, TDBadge? tdBadge, double? badgeTopOffset, double? badgeRightOffset})

Properties

badgeRightOffset double?
消息右侧偏移量
final
badgeTopOffset double?
消息顶部偏移量
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showBage bool
是否展示消息
final
tdBadge TDBadge?
消息样式(未设置但showBage为true,则默认使用红点)
final

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